style(vehicle): 移除红色背景样式以优化界面显示
- 删除了 .archive-dialog 的红色背景色定义 - 保留了弹窗主体的最大高度和滚动样式 - 改善了归档对话框的视觉效果和用户体验
This commit is contained in:
@@ -3668,9 +3668,6 @@ export default {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.archive-dialog{
|
||||
background-color: #ff0000;
|
||||
}
|
||||
:deep(.archive-dialog .el-dialog__body) {
|
||||
max-height: 72vh;
|
||||
overflow: auto;
|
||||
|
||||
Reference in New Issue
Block a user