From 4e2e7604c3c438cea55c96f7b1da843461bd40ad Mon Sep 17 00:00:00 2001 From: XingQue Date: Sun, 5 Jul 2026 18:36:56 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BC=9A=E5=91=98=E6=95=B0=E6=8D=AE?= =?UTF-8?q?=E8=A1=A8=E6=A0=BC=E4=B8=BB=E8=A1=8C=E6=96=87=E5=AD=97=E6=94=B9?= =?UTF-8?q?=E4=B8=BA=E7=99=BD=E8=89=B2=E6=8F=90=E9=AB=98=E5=8F=AF=E8=AF=BB?= =?UTF-8?q?=E6=80=A7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Cursor --- src/views/member/Data.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/member/Data.vue b/src/views/member/Data.vue index 0800c72..369853c 100644 --- a/src/views/member/Data.vue +++ b/src/views/member/Data.vue @@ -394,7 +394,7 @@ onMounted(fetchData) } .sub-id { font-size: 12px; - color: #8fb8e8; + color: #9ec5ff; } .pager { display: flex; @@ -515,7 +515,7 @@ onMounted(fetchData) --el-table-tr-bg-color: rgba(12, 18, 28, 0.55); --el-table-header-bg-color: rgba(20, 30, 45, 0.95); --el-table-row-hover-bg-color: rgba(64, 158, 255, 0.1); - --el-table-text-color: #d8ebff; + --el-table-text-color: #ffffff; --el-table-header-text-color: #9ec5ff; --el-table-border-color: rgba(64, 158, 255, 0.12); background: transparent;