Explorar el Código

fix: vxeGrid top padding (#5193)

Netfan hace 3 meses
padre
commit
9a660827a6
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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,
           },