修复安卓,添加附加费被底部栏遮挡的问题
This commit is contained in:
parent
4f84c72707
commit
9aa6dcfd2f
|
|
@ -592,7 +592,7 @@
|
|||
<view v-if="servDetail.orderStatus === 2" class="bg-main-color submit" @click="workBegin">立即上门</view>
|
||||
</view> -->
|
||||
<uni-popup ref="orderManage" type="bottom" @change="changePopupState">
|
||||
<view class="bg-white text-center">
|
||||
<view class="bg-white text-center bottom-option-list-bar">
|
||||
<view v-for="(menu,index) in orderManageMenu" class="padding solid-bottom" :data-action="menu.action" :data-modal="menu.modal" @click="clickOrderManageMenu">
|
||||
{{menu.name}}
|
||||
</view>
|
||||
|
|
@ -796,5 +796,10 @@
|
|||
.bar-first-action {
|
||||
margin-left: unset !important;
|
||||
font-size: 30rpx !important;
|
||||
}
|
||||
|
||||
.bottom-option-list-bar {
|
||||
z-index: 99;
|
||||
position: relative;
|
||||
}
|
||||
</style>
|
||||
|
|
|
|||
Loading…
Reference in New Issue