Commit 4be9a6a8 authored by 罗超's avatar 罗超

修复首页样式问题

parent 172d9cd1
......@@ -23,11 +23,12 @@
<view
class="content"
:style="{
'padding-bottom': showtabs == ture ? '100rpx' : 0,
paddingTop: pagePaddingBottom,
'padding-bottom':'78px',
}"
>
<!-- paddingTop: pagePaddingBottom, -->
<view
v-if="false"
class="index-title"
:class="{ MainTopLeft: pageTitleStr.length > 10 }"
:style="[
......@@ -199,7 +200,7 @@
</template>
</view>
</template>
<view v-if="showtabs == true">
<view v-if="showtabs">
<tabbar></tabbar>
</view>
......
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