From 52e44bd857928d18f32f97ebac2179240ed69c4a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=B2=A1=E5=A4=8D=E4=B9=A0?= <2353956224@qq.com> Date: Fri, 20 Mar 2026 16:40:58 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4=E6=B7=B1=E8=89=B2=E6=A8=A1?= =?UTF-8?q?=E5=BC=8F=E7=9A=84=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/styles/index.css | 2 +- src/views/tk/FanWorkbench.vue | 290 ++++++++++++++++++---------------- src/views/tk/HostsList.vue | 41 +++-- src/views/tk/Workbenches.vue | 130 +++++++-------- 4 files changed, 231 insertions(+), 232 deletions(-) diff --git a/src/styles/index.css b/src/styles/index.css index 1550035..3937972 100644 --- a/src/styles/index.css +++ b/src/styles/index.css @@ -5,7 +5,7 @@ /* 自定义样式 */ :root { --sidebar-width: 200px; - --color-bg-dark: #0f172a; + --color-bg-sidebar: #1e293b; --color-accent: #38bdf8; --color-text: #e2e8f0; diff --git a/src/views/tk/FanWorkbench.vue b/src/views/tk/FanWorkbench.vue index 7329a84..ff7206f 100644 --- a/src/views/tk/FanWorkbench.vue +++ b/src/views/tk/FanWorkbench.vue @@ -1,13 +1,13 @@