提交
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user