代码调试

This commit is contained in:
BianLzhaoMin 2025-01-08 09:21:48 +08:00
parent 8ec3ed4f70
commit 59784bd7c3
3 changed files with 9 additions and 9 deletions

View File

@ -45,4 +45,11 @@ scroll-view {
text-overflow: ellipsis;
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>

View File

@ -69,7 +69,7 @@
</van-cell-group> -->
</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="shop-o"

View File

@ -3,14 +3,7 @@
<view class="h5-container lease-demand-container">
<!-- <van-nav-bar title="需求共享大厅" /> -->
<view
style="
padding: 15px 0;
display: flex;
align-items: center;
justify-content: space-between;
"
>
<view style="padding: 15px 0; display: flex; align-items: center; justify-content: center">
<view>
<!-- <van-icon name="arrow-left" @click="onClickLeft" /> -->
<text style="color: #000"> 需求共享大厅 </text>