Commit 96fa1cd9 authored by youjie's avatar youjie

no message

parent 3f500a09
...@@ -115,7 +115,8 @@ ...@@ -115,7 +115,8 @@
<u-empty v-if="g.length == 0" text="暂无内容" mode="list"></u-empty> <u-empty v-if="g.length == 0" text="暂无内容" mode="list"></u-empty>
<view <view
style="height: calc(100% - 192px); padding: 2px 10px" style=" padding: 2px 10px"
:style="{ height: TenantId==18?'calc(100% - 127px)':'calc(100% - 192px)'}"
v-if="g.length > 0" v-if="g.length > 0"
> >
<scroll-view <scroll-view
......
...@@ -127,7 +127,9 @@ ...@@ -127,7 +127,9 @@
mode="list" mode="list"
class="noBox" class="noBox"
></u-empty> ></u-empty>
<view style="height: calc(100% - 191px)" v-if="dataList&&dataList.length > 0"> <view
:style="{ height: TenantId==18?'calc(100% - 101px)':'calc(100% - 191px)'}"
v-if="dataList&&dataList.length > 0">
<scroll-view <scroll-view
:scroll-y="true" :scroll-y="true"
:enable-back-to-top="true" :enable-back-to-top="true"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment