Browse Source

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

littlesparklet 1 month ago
parent
commit
12ffb310bf
1 changed files with 1 additions and 1 deletions
  1. 1 1
      packages/effects/plugins/src/vxe-table/use-vxe-grid.vue

+ 1 - 1
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>