Browse Source

fix: vxeGrid top padding (#5193)

Netfan 3 months ago
parent
commit
9a660827a6
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

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