Skip to content

Commit 4eaca58

Browse files
author
昔梦
committed
fix:修复 width: 0;造成的样式影响问题
1 parent ce1cd00 commit 4eaca58

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

packages/form-render/src/form-core/index.less

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,10 @@
2222
}
2323

2424
.fr-form {
25-
.@{ant-prefix}-form-item-control {
26-
width: 0;
27-
}
25+
// 影响宽度样式,暂时注释
26+
// .@{ant-prefix}-form-item-control {
27+
// width: 0;
28+
// }
2829

2930
.fr-inline-field {
3031
.@{ant-prefix}-form-item-control {

0 commit comments

Comments
 (0)