Browse Source

fix: vxeGrid top padding (#5193)

Netfan 9 tháng trước cách đây
mục cha
commit
9a660827a6
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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,
           },