主题色尝试
This commit is contained in:
@@ -17,7 +17,7 @@ export const useConfig = defineStore(
|
||||
mainAnimation: 'slide-right',
|
||||
// 是否暗黑模式
|
||||
isDark: false,
|
||||
|
||||
elementUiPrimary:['#1a94fa','#1a94fa'],
|
||||
/* 侧边菜单 */
|
||||
// 侧边菜单背景色
|
||||
menuBackground: ['#ffffff', '#1d1e1f'],
|
||||
|
||||
@@ -12,6 +12,7 @@ export interface Layout {
|
||||
menuCollapse: boolean
|
||||
menuUniqueOpened: boolean
|
||||
menuShowTopBar: boolean
|
||||
elementUiPrimary: string[]
|
||||
menuBackground: string[]
|
||||
menuColor: string[]
|
||||
menuActiveBackground: string[]
|
||||
|
||||
Reference in New Issue
Block a user