style(customer-archive): 调整表单项、页脚和列的间距样式
- 修复 archive-form__footer 页脚布局间距和定位样式 - 去除 .el-col 底部默认外边距,防止多余间距 - 注释掉 element-ui.scss 中 el-form-item 的 margin-bottom 样式,避免样式冲突
This commit is contained in:
@@ -989,6 +989,6 @@
|
|||||||
.el-form-item--default {
|
.el-form-item--default {
|
||||||
margin-bottom: 14px;
|
margin-bottom: 14px;
|
||||||
}
|
}
|
||||||
.el-form-item {
|
//.el-form-item {
|
||||||
margin-bottom: 14px;
|
// margin-bottom: 15px !important;
|
||||||
}
|
//}
|
||||||
|
|||||||
@@ -4859,12 +4859,10 @@ export default {
|
|||||||
//padding: 20px 24px 92px;
|
//padding: 20px 24px 92px;
|
||||||
//background: #fff;
|
//background: #fff;
|
||||||
}
|
}
|
||||||
|
|
||||||
.archive-form__footer {
|
.archive-form__footer {
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: flex-end;
|
justify-content: flex-end;
|
||||||
gap: 12px;
|
gap: 12px;
|
||||||
|
|
||||||
.archive-page-form & {
|
.archive-page-form & {
|
||||||
position: fixed;
|
position: fixed;
|
||||||
right: 0;
|
right: 0;
|
||||||
@@ -4901,4 +4899,7 @@ export default {
|
|||||||
max-height: 72vh;
|
max-height: 72vh;
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
}
|
}
|
||||||
|
.el-col{
|
||||||
|
margin-bottom: 0;
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|||||||
Reference in New Issue
Block a user