Skip to content

Commit 11f477c

Browse files
committed
fix: vxeGrid top padding
1 parent a44ff73 commit 11f477c

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
@@ -306,7 +306,7 @@ onUnmounted(() => {
306306
ref="gridRef"
307307
:class="
308308
cn(
309-
'p-2 pt-0',
309+
'p-2',
310310
{
311311
'pt-0': showToolbar && !formOptions,
312312
},

0 commit comments

Comments
 (0)