瀏覽代碼

fix:BsUi-修改

hanxiaohui 4 月之前
父節點
當前提交
87b0aa9b27
共有 1 個文件被更改,包括 1 次插入1 次删除
  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"