diff --git a/src/styles/element-ui.scss b/src/styles/element-ui.scss index 801e08b..debe6ad 100644 --- a/src/styles/element-ui.scss +++ b/src/styles/element-ui.scss @@ -989,6 +989,6 @@ .el-form-item--default { margin-bottom: 14px; } -.el-form-item { - margin-bottom: 14px; -} +//.el-form-item { +// margin-bottom: 15px !important; +//} diff --git a/src/views/vehicle/customer-archive.vue b/src/views/vehicle/customer-archive.vue index e744ecc..4467bf6 100644 --- a/src/views/vehicle/customer-archive.vue +++ b/src/views/vehicle/customer-archive.vue @@ -4859,12 +4859,10 @@ export default { //padding: 20px 24px 92px; //background: #fff; } - .archive-form__footer { display: flex; justify-content: flex-end; gap: 12px; - .archive-page-form & { position: fixed; right: 0; @@ -4901,4 +4899,7 @@ export default { max-height: 72vh; overflow: auto; } +.el-col{ + margin-bottom: 0; +}