mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-09 21:36:43 +08:00
调整底部边距
This commit is contained in:
@@ -26,7 +26,7 @@
|
||||
>未通过</van-button>
|
||||
</div>
|
||||
<div :class="[active == 'approvalRecord'?'section mt96':'section mt45']" v-if="isSuccess">
|
||||
<div v-if="claimApprovalList.length > 0">
|
||||
<div v-if="claimApprovalList.length > 0" class="mb20">
|
||||
<div v-for="(item, index) in claimApprovalList" :key="index">
|
||||
<div
|
||||
class="fs12 mt20 mb5 text-center"
|
||||
@@ -79,7 +79,7 @@
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div v-else class="text-center mt30">
|
||||
<div v-else class="text-center mt90">
|
||||
<img class="mt40" src="@/assets/images/pic_page-non.png" />
|
||||
<div class="fs17 mt40" v-if="active == 'notApproved'">暂无未审批信息!</div>
|
||||
<div class="fs17 mt40" v-if="active == 'approvalRecord'">暂无审批记录!</div>
|
||||
@@ -414,7 +414,7 @@ export default {
|
||||
}
|
||||
// 解决这个问题‘点击全部展开,下滑页面至最底部,点击全部收起,页面加载不出来,显示白色面板’
|
||||
.box{
|
||||
height: 100vh;
|
||||
height: 100%;
|
||||
overflow: hidden;
|
||||
}
|
||||
.div100{
|
||||
|
||||
Reference in New Issue
Block a user