Browse Source

修复弹窗间距过窄

1
mo 3 years ago
parent
commit
3a9cfa982b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/components/submitForm.vue

+ 1 - 1
src/components/submitForm.vue

@@ -208,6 +208,6 @@ export default {
   margin-left: -150px;
 }
 .el-form-item {
-  margin-bottom: 13px;
+  margin-bottom: 17px;
 }
 </style>