From 73b15e2a8341073e1f2d095002f6c63e13ecae27 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B5=B5=E5=BF=A0=E6=9E=97?= <170083662@qq.com> Date: Fri, 21 Aug 2026 11:53:44 +0800 Subject: [PATCH] =?UTF-8?q?style(customer-archive):=20=E8=B0=83=E6=95=B4?= =?UTF-8?q?=E8=A1=A8=E5=8D=95=E9=A1=B9=E3=80=81=E9=A1=B5=E8=84=9A=E5=92=8C?= =?UTF-8?q?=E5=88=97=E7=9A=84=E9=97=B4=E8=B7=9D=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 修复 archive-form__footer 页脚布局间距和定位样式 - 去除 .el-col 底部默认外边距,防止多余间距 - 注释掉 element-ui.scss 中 el-form-item 的 margin-bottom 样式,避免样式冲突 --- src/styles/element-ui.scss | 6 +++--- src/views/vehicle/customer-archive.vue | 5 +++-- 2 files changed, 6 insertions(+), 5 deletions(-) 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; +}