Browse Source

fix: vxeGrid top padding (#5193)

pull/5199/head
Netfan 1 year ago
committed by GitHub
parent
commit
9a660827a6
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

@ -306,7 +306,7 @@ onUnmounted(() => {
ref="gridRef"
:class="
cn(
'p-2 pt-0',
'p-2',
{
'pt-0': showToolbar && !formOptions,
},

Loading…
Cancel
Save