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 @@