style(customer-archive): 优化tabs样式并调整弹窗内边距
- 移除el-tabs组件上的多余class,简化样式 - 将.el-dialog__body背景色从#f5f6fa调整为#f3f3f3 - 缩减.el-dialog__body内边距由16px至8px,提升弹窗内容区紧凑度 - 减小白卡容器margin-bottom,由16px调整为8px,统一视觉间距
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user