style(region): 调整表单项底部外边距为9px

- 将 .el-form-item 的 margin-bottom 从8px修改为9px
- 保持样式其他部分不变
This commit is contained in:
2026-09-03 16:58:34 +08:00
parent 42e4925fd6
commit a0a3d53927
+1 -1
View File
@@ -772,6 +772,6 @@ export default {
margin-bottom: 12px !important;
}
.el-form-item{
margin-bottom: 8px !important;
margin-bottom: 9px !important;
}
</style>