Skip to content

Commit 3ee7ecb

Browse files
author
yongfenli
committed
fix: 有错误文案和没有错误文案,高度不一致,会有高度跳变 #12
1 parent 4fa7e16 commit 3ee7ecb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/components/src/form-item/style.less

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -158,8 +158,8 @@
158158

159159
.@{form-item-cls}-help,
160160
.@{form-item-cls}-extra {
161-
min-height: 22px;
162-
line-height: 22px;
161+
min-height: @form-item-margin-bottom;
162+
line-height: @form-item-margin-bottom;
163163
color: var(--td-text-color-secondary);
164164
}
165165
}

0 commit comments

Comments
 (0)