Browse Source

外部质量活动计划样式调整

wangxiaoyi 1 year ago
parent
commit
146ceca6d3
1 changed files with 7 additions and 3 deletions
  1. 7 3
      src/views/component/externalControl/externalQualityControl.vue

+ 7 - 3
src/views/component/externalControl/externalQualityControl.vue

@@ -265,8 +265,8 @@
                 </el-form-item>
             </el-form>
             <div slot="footer" class="dialog-footer">
-                <el-button type="primary" @click="submitForm">确 定</el-button>
-                <el-button type="danger" @click="closeDialog">取 消</el-button>
+                <el-button type="primary" icon="ibps-icon-ok" @click="submitForm">确 定</el-button>
+                <el-button type="danger" icon="ibps-icon-cancel" @click="closeDialog">取 消</el-button>
             </div>
         </el-dialog>
         <import-table
@@ -685,9 +685,13 @@ export default {
         }
     }
 }
-.el-dialog__body {
+::v-deep .el-dialog__body {
     height: 70vh;
 }
+::v-deep .el-input__inner {
+    height: 28px;
+    line-height: 28px;
+}
 .dialog-footer {
         text-align: center;
     }