Skip to content

Commit 12ffb31

Browse files
fix: Fix inconsistent spacing around search form (issue #5429) (#5495)
1 parent d9799fe commit 12ffb31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/effects/plugins/src/vxe-table/use-vxe-grid.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -350,7 +350,7 @@ onUnmounted(() => {
350350
<div
351351
v-if="formOptions"
352352
v-show="showSearchForm !== false"
353-
:class="cn('relative rounded py-3', isCompactForm ? 'pb-6' : 'pb-4')"
353+
:class="cn('relative rounded py-3', isCompactForm ? 'pb-8' : 'pb-4')"
354354
>
355355
<slot name="form">
356356
<Form>

0 commit comments

Comments
 (0)