From 1e505d5dbf10fc8184a09a0edf2cf8d669859092 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B5=B5=E5=BF=A0=E6=9E=97?= <170083662@qq.com> Date: Tue, 11 Aug 2026 12:15:08 +0800 Subject: [PATCH] =?UTF-8?q?style(customer-archive):=20=E4=BC=98=E5=8C=96ta?= =?UTF-8?q?bs=E6=A0=B7=E5=BC=8F=E5=B9=B6=E8=B0=83=E6=95=B4=E5=BC=B9?= =?UTF-8?q?=E7=AA=97=E5=86=85=E8=BE=B9=E8=B7=9D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 移除el-tabs组件上的多余class,简化样式 - 将.el-dialog__body背景色从#f5f6fa调整为#f3f3f3 - 缩减.el-dialog__body内边距由16px至8px,提升弹窗内容区紧凑度 - 减小白卡容器margin-bottom,由16px调整为8px,统一视觉间距 --- src/styles/element-ui.scss | 6 +++--- src/views/vehicle/customer-archive.vue | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/styles/element-ui.scss b/src/styles/element-ui.scss index 4b26ff2..42d222a 100644 --- a/src/styles/element-ui.scss +++ b/src/styles/element-ui.scss @@ -214,8 +214,8 @@ // 1) 所有弹窗内容区统一灰底 + 16px 内边距(与 project-apply 一致,避免内容贴边) .el-dialog__body { - background-color: #f5f6fa; - padding: 16px; + background-color: #f3f3f3; + padding: 8px; } // 2) Avue 默认弹窗表单自动包成白卡,无需逐页改 option 即统一标准 @@ -274,7 +274,7 @@ background: #fff; border-radius: 6px; box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04); - margin-bottom: 16px; + margin-bottom: 8px; overflow: hidden; &:last-child { diff --git a/src/views/vehicle/customer-archive.vue b/src/views/vehicle/customer-archive.vue index 66db0b9..473c4ad 100644 --- a/src/views/vehicle/customer-archive.vue +++ b/src/views/vehicle/customer-archive.vue @@ -391,7 +391,7 @@ - +