Browse Source

fix:BsUi-修改

hanxiaohui 6 tháng trước cách đây
mục cha
commit
87b0aa9b27
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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"