浏览代码

移动端日报审核按钮间距增加

Lijy 1 年之前
父节点
当前提交
e5ab086561
共有 1 个文件被更改,包括 3 次插入3 次删除
  1. 3 3
      fhKeeper/formulahousekeeper/timesheet_h5/src/views/review/index.vue

+ 3 - 3
fhKeeper/formulahousekeeper/timesheet_h5/src/views/review/index.vue

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