From d71aa3a053f94e8e462609a255f92bf1a60b3109 Mon Sep 17 00:00:00 2001
From: CD配唱片 <CD配唱片>
Date: 星期五, 25 四月 2025 14:23:26 +0800
Subject: [PATCH] 提交计划大表字段冲突解决
---
src/layout/components/Sidebar/index.vue | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/layout/components/Sidebar/index.vue b/src/layout/components/Sidebar/index.vue
index f0fdf88..917b441 100644
--- a/src/layout/components/Sidebar/index.vue
+++ b/src/layout/components/Sidebar/index.vue
@@ -8,7 +8,7 @@
:background-color="getMenuBackground"
:text-color="getMenuTextColor"
:unique-opened="true"
- :active-text-color="theme"
+ active-text-color="#fff"
:collapse-transition="false"
mode="vertical"
:class="sideTheme"
--
Gitblit v1.9.3