From 7c0b59a30b7b3e46f90d9726999b3a007f9fc666 Mon Sep 17 00:00:00 2001
From: odc.xiaohui <xiaohui@Q1>
Date: 星期一, 09 一月 2023 18:05:47 +0800
Subject: [PATCH] Merge branch 'dev1.0' of http://42.193.1.25:9521/r/sccg_ui into dev1.0

---
 src/views/systemSetting/platform/otherInterface/index.vue |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/views/systemSetting/platform/otherInterface/index.vue b/src/views/systemSetting/platform/otherInterface/index.vue
index 376e806..b264a12 100644
--- a/src/views/systemSetting/platform/otherInterface/index.vue
+++ b/src/views/systemSetting/platform/otherInterface/index.vue
@@ -11,7 +11,7 @@
                 <!-- @selection-change="handleSelectionChange" -->
                 <!-- 鏁版嵁娓叉煋 -->
                 <el-table ref="multipleTable" :data="tableData" tooltip-effect="dark" style="width: 100%"
-                    :header-cell-style="{background:'#06122c','font-size':'12px',color:'#4b9bb7','font-weight':'650','line-height':'45px'}"
+                    :header-cell-style="{background:'#06122c','font-weight':'650','line-height':'45px'}"
                     :row-class-name="tableRowClassName">
                     <el-table-column type="selection" width="55">
                     </el-table-column>
@@ -165,7 +165,7 @@
     main {
         .mainContent {
             .el-table {
-                color: #4b9bb7;
+                // color: #4b9bb7;
 
                 &::v-deep .el-table__empty-block {
                     background-color: #06122c;

--
Gitblit v1.8.0