fix: form does not take effect in vertical layout (#4680)

pull/48/MERGE
Vben 2024-10-18 22:09:41 +08:00 committed by GitHub
parent 240f0b5f8d
commit ff3c5f8581
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -281,7 +281,7 @@ function autofocus() {
'mr-2 flex-shrink-0 justify-end': !isVertical,
'flex-row': isVertical,
},
!isVertical && labelClass,
labelClass,
)
"
:help="help"