From 87d3950f3a6844a531b4837c5a7081a7595f386c Mon Sep 17 00:00:00 2001
From: Oliver <1070107765@qq.com>
Date: 星期三, 21 十二月 2022 17:02:18 +0800
Subject: [PATCH] ui 调整

---
 src/components/Table/index.vue |    8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/src/components/Table/index.vue b/src/components/Table/index.vue
index ca943ee..19c5941 100644
--- a/src/components/Table/index.vue
+++ b/src/components/Table/index.vue
@@ -2,7 +2,7 @@
     <div class="Table">
         <div class="datatable">
             <el-table ref="multipleTable" :data="tableData" style="width: 100%"
-                :header-cell-style="{background:'#06122c','font-size':'12px',color:'#4b9bb7','font-weight':'650','line-height':'45px'}"
+                :header-cell-style="{'font-size':'12px',color:'#4b9bb7','font-weight':'650','line-height':'45px'}"
                 :row-class-name="tableRowClassName">
                 <el-table-column v-for="item in option.group" :key="item.prop" :label="item.label"
                     :prop="item.prop" :min-width="item['min-width'] ? item['item.min-width']:'10'">
@@ -76,6 +76,10 @@
         }
     },
     props: {
+      getTableList: {
+        type: Function,
+        default: () => {}
+      },
         // 琛ㄦ牸鏁版嵁
         tableData: {
             type: Array,
@@ -202,7 +206,7 @@
 
                 &::v-deep .el-input__inner {
                     border: none;
-                    background-color: #09152f;
+                    // background-color: #09152f;
                 }
 
                 &:hover .el-checkbox {

--
Gitblit v1.8.0