Browse Source

fix:BsUi-修改

hanxiaohui 4 months ago
parent
commit
87b0aa9b27
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/components/BsUi/Table/Table.vue

+ 1 - 1
src/components/BsUi/Table/Table.vue

@@ -1,5 +1,5 @@
 <template>
-  <vxe-grid class="wrapper" v-bind="gridOptions" ref="gridRef" v-fullscreen :style="{ height: isFixed ? `calc(100vh - 101px)` : '100%' }">
+  <vxe-grid class="wrapper" v-bind="gridOptions" ref="gridRef" v-fullscreen :style="{ height: isShowPager && isFixed ? `calc(100vh - 101px)` : '100%' }">
     <template #form>
       <Search
         v-if="searchConfig && searchConfig.enable && searchConfig?.fields && searchConfig?.data"