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 @@ - +