0b892d13 by lttnew

日期遮挡

1 parent 6237a975
......@@ -205,11 +205,11 @@
</view>
<!-- 底部按钮 -->
<view v-if="active == 0" class="fixedBottom">
<view v-if="active == 0" class="fixedBottom fixedBottom-index">
<button class="btn-red-kx" style="width: 40%;" @click="submitForm(0)">保存</button>
<button class="btn-red" style="width: 40%;" @click="submitForm(1)">下一步</button>
</view>
<view v-if="active == 1" class="fixedBottom">
<view v-if="active == 1" class="fixedBottom fixedBottom-index2">
<button class="btn-red-kx" style="width: 25%;" @click="prev">上一步</button>
<button class="btn-red-kx" style="width: 25%;" @click="submitForm2(0)">保存</button>
<button class="btn-red" style="width: 30%;" @click="submitForm2(1)">提交审核</button>
......@@ -1411,6 +1411,12 @@ function handleDelete(row) {
opacity: 0;
}
}
.fixedBottom-index {
z-index:9;
}
.fixedBottom-index2 {
z-index:999;
}
/* 底部按钮 */
.fixedBottom {
......@@ -1425,7 +1431,6 @@ function handleDelete(row) {
padding-bottom: calc(20rpx + env(safe-area-inset-bottom));
background: #fff;
border-top: 1rpx solid #f0f0f0;
z-index:999;
.btn-red {
background: linear-gradient(135deg, #AD181F 0%, #c42a2a 100%);
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!