服务上架页面部分内容被底部栏遮挡
This commit is contained in:
parent
c49fe4858c
commit
9739578501
|
|
@ -1,5 +1,5 @@
|
||||||
<template>
|
<template>
|
||||||
<view class="padding-bottom-with-bar margin-bottom-with-bar">
|
<view class="padding-bottom-with-bar">
|
||||||
<!-- 顶部操作条 -->
|
<!-- 顶部操作条 -->
|
||||||
<cu-custom :bgColor="'bg-main-color'">
|
<cu-custom :bgColor="'bg-main-color'">
|
||||||
<block slot="content">商品管理</block>
|
<block slot="content">商品管理</block>
|
||||||
|
|
@ -75,6 +75,7 @@
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
<load-status-bar ref="loadStatusBar" @loadMore="loadProductPage"></load-status-bar>
|
<load-status-bar ref="loadStatusBar" @loadMore="loadProductPage"></load-status-bar>
|
||||||
|
<view class="margin-bottom-with-bar"></view>
|
||||||
<!-- 底部操作栏 -->
|
<!-- 底部操作栏 -->
|
||||||
<view class="padding-tb-sm flex justify-around padding-tb-sm fixed-bottom-bar-with-bar bg-back">
|
<view class="padding-tb-sm flex justify-around padding-tb-sm fixed-bottom-bar-with-bar bg-back">
|
||||||
<button class="cu-btn bg-main-color lg shadow-blur margin-left-xs" @click="addEditGood(null)">新增服务</button>
|
<button class="cu-btn bg-main-color lg shadow-blur margin-left-xs" @click="addEditGood(null)">新增服务</button>
|
||||||
|
|
@ -335,8 +336,8 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.padding-bottom-with-bar {
|
.padding-bottom-with-bar {
|
||||||
padding-bottom: calc((50rpx + constant(safe-area-inset-bottom) / 2));
|
padding-bottom: calc((100rpx + constant(safe-area-inset-bottom) / 2));
|
||||||
padding-bottom: calc((50rpx + env(safe-area-inset-bottom) / 2));
|
padding-bottom: calc((100rpx + env(safe-area-inset-bottom) / 2));
|
||||||
}
|
}
|
||||||
|
|
||||||
.cu-list.menu-avatar>.cu-item .content .cu-tag.sm {
|
.cu-list.menu-avatar>.cu-item .content .cu-tag.sm {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue