littlesparklet
12 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
1 additions and
1 deletions
-
packages/effects/plugins/src/vxe-table/use-vxe-grid.vue
|
|
|
@ -350,7 +350,7 @@ onUnmounted(() => { |
|
|
|
<div |
|
|
|
v-if="formOptions" |
|
|
|
v-show="showSearchForm !== false" |
|
|
|
:class="cn('relative rounded py-3', isCompactForm ? 'pb-6' : 'pb-4')" |
|
|
|
:class="cn('relative rounded py-3', isCompactForm ? 'pb-8' : 'pb-4')" |
|
|
|
> |
|
|
|
<slot name="form"> |
|
|
|
<Form> |
|
|
|
|