Skip to content

Commit

Permalink
fix: vxeGrid top padding (#5193)
Browse files Browse the repository at this point in the history
  • Loading branch information
mynetfan authored Dec 20, 2024
1 parent a44ff73 commit 9a66082
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/effects/plugins/src/vxe-table/use-vxe-grid.vue
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,7 @@ onUnmounted(() => {
ref="gridRef"
:class="
cn(
'p-2 pt-0',
'p-2',
{
'pt-0': showToolbar && !formOptions,
},
Expand Down

0 comments on commit 9a66082

Please sign in to comment.