From 0d75574df8099d18ad39312eddefdb17b9235860 Mon Sep 17 00:00:00 2001 From: lihui Date: Tue, 30 Sep 2025 10:13:48 +0800 Subject: [PATCH] =?UTF-8?q?fix=EF=BC=9A=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/workspace/GoldGraph.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/workspace/GoldGraph.vue b/src/components/workspace/GoldGraph.vue index 7908222..c57d6b8 100644 --- a/src/components/workspace/GoldGraph.vue +++ b/src/components/workspace/GoldGraph.vue @@ -785,7 +785,7 @@ onUnmounted(() => { /* 表格整体背景:把表格容器设为卡片背景 */ :deep(.el-table) { - background-color: #F3FAFF !important; + background-color: #E7F4FD !important; box-shadow: none !important; } @@ -799,7 +799,7 @@ onUnmounted(() => { /* 表头 */ :deep(.el-table__header th) { - background-color: #F3FAFF !important; + background-color: #E7F4FD !important; } /* 针对表格 body 中的单元格底部边框 */