From 9bfdf6ecef01397978c140aa4fbd8c4840d894fb Mon Sep 17 00:00:00 2001
From: zmc <zmc_li@foxmail.com>
Date: 星期二, 15 八月 2023 13:04:35 +0800
Subject: [PATCH] 异常页面表格列的颜色

---
 src/views/analysis/graph/AllRate.vue |    9 ++++-----
 1 files changed, 4 insertions(+), 5 deletions(-)

diff --git a/src/views/analysis/graph/AllRate.vue b/src/views/analysis/graph/AllRate.vue
index b1139a3..42ba7b2 100644
--- a/src/views/analysis/graph/AllRate.vue
+++ b/src/views/analysis/graph/AllRate.vue
@@ -1,10 +1,6 @@
 <template>
   <div>
     <el-container>
-      <!-- <el-header style="text-align:right; font-size:15px ">
-         <i class="el-icon-s-data" style="font-size: 15px;color:rgb(226,207,207);margin-right:10px;"></i>
-        <span style="color:rgb(226,207,207);">鐧惧垎姣旀暟鎹�</span>
-        </el-header> -->
 
     <el-main> 
       <el-form :inline="true"  class="demo-form-inline">
@@ -434,5 +430,8 @@
     color: #333;
     line-height: 60px;
   } 
-
+:deep().el-form .el-form-item__label{
+  color: #000000;
+  font-weight: bold;
+}
 </style>
\ No newline at end of file

--
Gitblit v1.9.3