|
@@ -73,7 +73,7 @@
|
|
|
<div class="formBatch">
|
|
|
<van-checkbox v-model="isAllChecked" :disabled="report.length == 0" @click="allChecked" shape="square" style="padding-left:3vw"></van-checkbox>
|
|
|
<div style="padding:1vh 2vw">
|
|
|
- <van-button @click="batchAgree(true)" :disabled="!isCanAgree || report.length == 0" type="info" size="small">批量通过</van-button>
|
|
|
+ <van-button @click="batchAgree(true)" :disabled="!isCanAgree || report.length == 0" type="info" size="small" style="margin-right:6vw">批量通过</van-button>
|
|
|
<van-button @click="batchAgree(false)" :disabled="!isCanAgree || report.length == 0" type="danger" size="small" style="margin-left:2vw">批量驳回</van-button>
|
|
|
</div>
|
|
|
</div>
|
|
@@ -171,7 +171,7 @@
|
|
|
</div>
|
|
|
</div>
|
|
|
<div class="form_btn" slot="footer">
|
|
|
- <van-button size="small" type="info" @click="approve(item.id, item)">通过</van-button>
|
|
|
+ <van-button size="small" type="info" @click="approve(item.id, item)" style="margin-right: 4vw;">通过</van-button>
|
|
|
<van-button size="small" type="danger" @click="showDenyDialog(item.id,0,item.dateStr, item)">驳回</van-button>
|
|
|
</div>
|
|
|
<van-popup v-model="imgShow" position="bottom" closeable >
|
|
@@ -605,7 +605,7 @@
|
|
|
}
|
|
|
.login_form {
|
|
|
margin-top: 46px;
|
|
|
- padding-bottom: 1.2rem;
|
|
|
+ margin-bottom: 65px;
|
|
|
}
|
|
|
|
|
|
.one_report {
|