style(region): 调整表单项底部外边距为9px
- 将 .el-form-item 的 margin-bottom 从8px修改为9px - 保持样式其他部分不变
This commit is contained in:
@@ -772,6 +772,6 @@ export default {
|
||||
margin-bottom: 12px !important;
|
||||
}
|
||||
.el-form-item{
|
||||
margin-bottom: 8px !important;
|
||||
margin-bottom: 9px !important;
|
||||
}
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user