From e5a7aca09ecb0bb0292ef7684dd6fb39d06a9c9a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B5=B5=E5=BF=A0=E6=9E=97?= <170083662@qq.com> Date: Wed, 5 Aug 2026 18:25:24 +0800 Subject: [PATCH] =?UTF-8?q?style(vehicle):=20=E7=A7=BB=E9=99=A4=E7=BA=A2?= =?UTF-8?q?=E8=89=B2=E8=83=8C=E6=99=AF=E6=A0=B7=E5=BC=8F=E4=BB=A5=E4=BC=98?= =?UTF-8?q?=E5=8C=96=E7=95=8C=E9=9D=A2=E6=98=BE=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 删除了 .archive-dialog 的红色背景色定义 - 保留了弹窗主体的最大高度和滚动样式 - 改善了归档对话框的视觉效果和用户体验 --- src/views/vehicle/customer-archive.vue | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/views/vehicle/customer-archive.vue b/src/views/vehicle/customer-archive.vue index cf8e80d..5396d83 100644 --- a/src/views/vehicle/customer-archive.vue +++ b/src/views/vehicle/customer-archive.vue @@ -3668,9 +3668,6 @@ export default { width: 100%; } -.archive-dialog{ - background-color: #ff0000; -} :deep(.archive-dialog .el-dialog__body) { max-height: 72vh; overflow: auto;