fix: form does not take effect in vertical layout (#4680)
parent
240f0b5f8d
commit
ff3c5f8581
|
@ -281,7 +281,7 @@ function autofocus() {
|
||||||
'mr-2 flex-shrink-0 justify-end': !isVertical,
|
'mr-2 flex-shrink-0 justify-end': !isVertical,
|
||||||
'flex-row': isVertical,
|
'flex-row': isVertical,
|
||||||
},
|
},
|
||||||
!isVertical && labelClass,
|
labelClass,
|
||||||
)
|
)
|
||||||
"
|
"
|
||||||
:help="help"
|
:help="help"
|
||||||
|
|
Loading…
Reference in New Issue