fix(数据源): 报错后的间距不对

This commit is contained in:
dataeaseShu
2024-07-22 14:40:52 +08:00
parent 83e872e7e1
commit f6f7d3268c
2 changed files with 2 additions and 2 deletions

View File

@@ -811,7 +811,7 @@ defineExpose({
.ed-form {
width: 100%;
.ed-form-item {
.ed-form-item:not(.is-error) {
margin-bottom: 16px;
}
}