zhuliu 9 bulan lalu
induk
melakukan
9fbcb96889

+ 1 - 1
src/views/backStageManage/organization/tenant/components/tenant.vue

@@ -13,7 +13,7 @@
             </el-form>
         </el-header>
         <el-main class="padding_10">
-            <el-table v-loading="loading" :data="tableData" border header-row-class-name="custom-table-header" max-height="calc(100% - 0px)">
+            <el-table v-loading="loading" :data="tableData" border header-row-class-name="custom-table-header" height="calc(100% - 0px)">
                 <el-table-column type="index" label="#" width="55" align="center">
                     <template slot-scope="scope">
                         <span>{{ (scope.$index + 1) + ((queryParams.current - 1) * queryParams.size) }}</span>