代码调试
This commit is contained in:
parent
8ec3ed4f70
commit
59784bd7c3
|
|
@ -45,4 +45,11 @@ scroll-view {
|
||||||
text-overflow: ellipsis;
|
text-overflow: ellipsis;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@supports (bottom: env(safe-area-inset-bottom)) {
|
||||||
|
#app {
|
||||||
|
padding-bottom: constant(safe-area-inset-bottom);
|
||||||
|
padding-bottom: env(safe-area-inset-bottom);
|
||||||
|
}
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
|
||||||
|
|
@ -69,7 +69,7 @@
|
||||||
</van-cell-group> -->
|
</van-cell-group> -->
|
||||||
</view>
|
</view>
|
||||||
|
|
||||||
<van-action-bar v-show="memberStore.userType === 2">
|
<van-action-bar v-show="memberStore.userType === 2" :safe-area-inset-bottom="true">
|
||||||
<van-action-bar-icon icon="chat-o" text="在线聊" @click="onLineMessage" />
|
<van-action-bar-icon icon="chat-o" text="在线聊" @click="onLineMessage" />
|
||||||
<van-action-bar-icon
|
<van-action-bar-icon
|
||||||
icon="shop-o"
|
icon="shop-o"
|
||||||
|
|
|
||||||
|
|
@ -3,14 +3,7 @@
|
||||||
<view class="h5-container lease-demand-container">
|
<view class="h5-container lease-demand-container">
|
||||||
<!-- <van-nav-bar title="需求共享大厅" /> -->
|
<!-- <van-nav-bar title="需求共享大厅" /> -->
|
||||||
|
|
||||||
<view
|
<view style="padding: 15px 0; display: flex; align-items: center; justify-content: center">
|
||||||
style="
|
|
||||||
padding: 15px 0;
|
|
||||||
display: flex;
|
|
||||||
align-items: center;
|
|
||||||
justify-content: space-between;
|
|
||||||
"
|
|
||||||
>
|
|
||||||
<view>
|
<view>
|
||||||
<!-- <van-icon name="arrow-left" @click="onClickLeft" /> -->
|
<!-- <van-icon name="arrow-left" @click="onClickLeft" /> -->
|
||||||
<text style="color: #000"> 需求共享大厅 </text>
|
<text style="color: #000"> 需求共享大厅 </text>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue