Parcourir la source

fix: 当 showToolbar 为 false 时禁用工具栏(vxe-table),减少无 Toolbar 的 Gird 留白

Leo il y a 4 mois
Parent
commit
6fd426d719
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  1. 1 0
      packages/effects/plugins/src/vxe-table/use-vxe-grid.vue

+ 1 - 0
packages/effects/plugins/src/vxe-table/use-vxe-grid.vue

@@ -165,6 +165,7 @@ const toolbarOptions = computed(() => {
   }
 
   if (!showToolbar.value) {
+    toolbarConfig.enabled = false;
     return { toolbarConfig };
   }