Browse Source

fix: Fix inconsistent spacing around search form (issue #5429) (#5495)

pull/5593/head
littlesparklet 12 months ago
committed by GitHub
parent
commit
12ffb310bf
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      packages/effects/plugins/src/vxe-table/use-vxe-grid.vue

2
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>

Loading…
Cancel
Save