Browse Source

修改凯和首页消息中心挡住了订舱排名问题

caojunjie 3 years ago
parent
commit
76b9576d95
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/views/index.vue

+ 2 - 2
src/views/index.vue

@@ -681,7 +681,7 @@
               style="display: flex;height: 42.6px;border-bottom: 1px dashed #dfe6ec;"
               v-for="(item, index) in tableData"
               :key="index"
-              v-if="tableData.length < 6"
+              v-if="index < 5"
             >
               <div class="home_stock_table"> <p>{{ item.refno1 }}</p></div>
               <div class="home_stock_table">
@@ -732,7 +732,7 @@
           </div>
 
         </div>
-        <div style="width: 49%;height: 200px;float: right">
+        <div style="width: 49%;float: right">
           <el-table
             :data="tableDataTwo"
             :header-cell-style="{ borderBottom: '1px dashed #dfe6ec' }"