From b55d1c67769dcc8d90eed2bb4f8a7dfd51e7303a Mon Sep 17 00:00:00 2001
From: zhangxiaoxu123456 <zxx19900626>
Date: 星期三, 27 四月 2022 11:31:35 +0800
Subject: [PATCH] 细节样式

---
 src/pages/show/jiuyeAndChuangye/jiuyeChildren/biyeshengStatistics.vue |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diff --git a/src/pages/show/jiuyeAndChuangye/jiuyeChildren/biyeshengStatistics.vue b/src/pages/show/jiuyeAndChuangye/jiuyeChildren/biyeshengStatistics.vue
index 5d95d47..0f21727 100644
--- a/src/pages/show/jiuyeAndChuangye/jiuyeChildren/biyeshengStatistics.vue
+++ b/src/pages/show/jiuyeAndChuangye/jiuyeChildren/biyeshengStatistics.vue
@@ -253,7 +253,7 @@
         </tbody>
       </table>-->
       <el-table
-        :height="tableHeight"
+        :max-height="tableHeight"
         :data="tableData"
         :span-method="objectSpanMethod"
         :cell-style="cellClass"
@@ -343,6 +343,9 @@
                         }
                     }
                 }
+                if(columnIndex == 0) {
+                    return { background:'#51D2FF' }
+                }
             },
             getData() {
               let res = this.tableData

--
Gitblit v1.9.1