소스 검색

修改对比分析

plg 5 달 전
부모
커밋
68578c85d2
2개의 변경된 파일3개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 0
      src/views/manage/channelManagement/channelManagement.vue
  2. 2 1
      src/views/manage/channelManagement/contract.vue

+ 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' }"