Browse Source

修改对比分析

plg 5 months ago
parent
commit
68578c85d2

+ 1 - 0
src/views/manage/channelManagement/channelManagement.vue

@@ -51,6 +51,7 @@
       </el-row>
       <div class="table-content">
         <el-table
+        height="100%"
           :data="tableData"
           :row-style="{ height: '0px' }"
           :cell-style="{ padding: '5px' }"

+ 2 - 1
src/views/manage/channelManagement/contract.vue

@@ -65,6 +65,7 @@
 
       <div class="table-content" v-show="isUser">
         <el-table
+          height="100%"
           v-show="isUser"
           :data="tableData"
           :row-style="{ height: '0px' }"
@@ -142,7 +143,7 @@
 
       <div class="table-content" v-show="!isUser">
         <el-table
-          style="height: 100%"
+          height="100%"
           v-show="!isUser"
           :data="tableData"
           :row-style="{ height: '0px' }"