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

修复首页样式问题

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