This commit is contained in:
2024-07-02 11:26:14 +08:00
parent a174c3e4d5
commit 41d03fb4ce
15 changed files with 1603 additions and 1334 deletions

View File

@@ -4,16 +4,16 @@
<public-module></public-module>
<z-nav-bar
:title="options.navTitle"
class="common-nav"
bgColor=""
fontColor="#333"
bgColor="#5F8F7F"
fontColor="#fff"
></z-nav-bar>
<view
class="contentBox commonPageContentBox"
:style="`height: calc(100% - ${
(50 + statusBarHeight) * 2
}rpx) !important;`"
:style="`height: calc(100vh - ${
(50 + statusBarHeight)
}px) !important;`"
>
<common-list
:isNoIcon="true"