like 6 месяцев назад
Родитель
Сommit
b448a22a76

+ 1 - 1
snowy-admin-web/src/config/index.js

@@ -70,7 +70,7 @@ const DEFAULT_CONFIG = {
 	LANG: 'zh-cn',
 
 	// 主题颜色
-	COLOR: '#272a31',
+	COLOR: '#1677FF',
 
 	// 默认整体主题
 	SNOWY_THEME: 'dark',

+ 5 - 0
snowy-admin-web/src/layout/components/NavMenu.vue

@@ -143,4 +143,9 @@
 	.ant-menu-dark .ant-menu-item-selected {
 		background-color: #1b1c1e !important;
 	}
+	// 点击菜单选中时候的背景色
+	.ant-menu-submenu-title:active,
+	.ant-menu-item:active {
+		background-color: #1b1c1e !important;
+	}
 </style>