From 620c480b827bed90eb16a690f1f90421bf260cf0 Mon Sep 17 00:00:00 2001
From: Crunchy <3114200645@qq.com>
Date: 星期一, 17 三月 2025 13:55:00 +0800
Subject: [PATCH] 浪潮单点登录修复

---
 src/views/business/sample/components/detail.vue |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/src/views/business/sample/components/detail.vue b/src/views/business/sample/components/detail.vue
index f76f413..c9f3eaf 100644
--- a/src/views/business/sample/components/detail.vue
+++ b/src/views/business/sample/components/detail.vue
@@ -61,7 +61,8 @@
     </div>
     <h4>妫�楠岄」鐩�</h4>
     <div class="table">
-      <el-table class="el-table" ref="productTable" :data="products" height="380px" tooltip-effect="dark" border>
+      <el-table class="el-table" ref="productTable" :data="products" height="380px" tooltip-effect="dark"
+                :header-cell-style="{ background: '#f8f8f9', color: '#515a6e' }" border>
 				<el-table-column type="index" align="center" label="搴忓彿" width="70" :key="Math.random()">
 				</el-table-column>
 				<el-table-column prop="inspectionItem" label="妫�楠岄」" min-width="100"
@@ -87,7 +88,8 @@
     </div>
     <h4>鍑哄叆搴撳巻鍙�</h4>
     <div class="table" style="margin-bottom: 20px;">
-      <el-table class="el-table" ref="productTable" :data="histories" height="380px" tooltip-effect="dark" border>
+      <el-table class="el-table" ref="productTable" :data="histories" height="380px" tooltip-effect="dark"
+                :header-cell-style="{ background: '#f8f8f9', color: '#515a6e' }" border>
 				<el-table-column type="index" align="center" label="搴忓彿" width="70" :key="Math.random()">
 				</el-table-column>
 				<el-table-column prop="state" label="绫诲瀷"

--
Gitblit v1.9.3