Netfan
1 year ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
1 additions and
0 deletions
-
packages/@core/ui-kit/form-ui/src/form-render/form-field.vue
|
|
|
@ -290,6 +290,7 @@ onUnmounted(() => { |
|
|
|
v-show="isShow" |
|
|
|
:class="{ |
|
|
|
'form-valid-error': isInValid, |
|
|
|
'form-is-required': shouldRequired, |
|
|
|
'flex-col': isVertical, |
|
|
|
'flex-row items-center': !isVertical, |
|
|
|
'pb-6': !compact, |
|
|
|
|