From b100c4f560f62a40e14f45db6861f2e96cc2e16b Mon Sep 17 00:00:00 2001 From: liulingling.177216 <liulingling@halosee.com> Date: 星期二, 21 一月 2025 10:14:39 +0800 Subject: [PATCH] 完善了知识库相关的功能 --- zhitan-vue/src/assets/styles/variables.module.scss | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/zhitan-vue/src/assets/styles/variables.module.scss b/zhitan-vue/src/assets/styles/variables.module.scss index 85780cf..b324f60 100644 --- a/zhitan-vue/src/assets/styles/variables.module.scss +++ b/zhitan-vue/src/assets/styles/variables.module.scss @@ -18,8 +18,8 @@ $base-menu-light-background: #ffffff; $base-logo-light-title-color: #001529; -$base-sub-menu-background: #1A235D; -$base-sub-menu-hover: #3371EB; //榧犳爣鎮仠 +$base-sub-menu-background: #232D70; +$base-sub-menu-hover: rgba(50, 113, 235, 0.5); //榧犳爣鎮仠 // 鑷畾涔夋殫鑹茶彍鍗曢鏍� /** @@ -42,7 +42,7 @@ $--color-danger: #F56C6C; $--color-info: #909399; -$base-sidebar-width: 280px; +$base-sidebar-width: 260px; // the :export directive is the magic sauce for webpack // https://www.bluematador.com/blog/how-to-share-variables-between-js-and-sass -- Gitblit v1.9.3