Skip to content

Commit ff3c5f8

Browse files
authored
fix: form does not take effect in vertical layout (#4680)
1 parent 240f0b5 commit ff3c5f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/@core/ui-kit/form-ui/src/form-render/form-field.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,7 @@ function autofocus() {
281281
'mr-2 flex-shrink-0 justify-end': !isVertical,
282282
'flex-row': isVertical,
283283
},
284-
!isVertical && labelClass,
284+
labelClass,
285285
)
286286
"
287287
:help="help"

0 commit comments

Comments
 (0)