|
@@ -28,9 +28,9 @@ export const useThemeConfig = defineStore('themeConfig', {
|
|
|
* 顶栏设置
|
|
|
*/
|
|
|
|
|
|
- topBar: '#ffffff',
|
|
|
+ topBar: '#323233',
|
|
|
|
|
|
- topBarColor: '#606266',
|
|
|
+ topBarColor: '#eaeaea',
|
|
|
|
|
|
isTopBarColorGradual: false,
|
|
|
|
|
@@ -38,7 +38,7 @@ export const useThemeConfig = defineStore('themeConfig', {
|
|
|
* 菜单设置
|
|
|
*/
|
|
|
|
|
|
- menuBar: '#282c34',
|
|
|
+ menuBar: '#252526',
|
|
|
|
|
|
menuBarColor: '#eaeaea',
|
|
|
|
|
@@ -50,9 +50,9 @@ export const useThemeConfig = defineStore('themeConfig', {
|
|
|
* 分栏设置
|
|
|
*/
|
|
|
|
|
|
- columnsMenuBar: '#282c34',
|
|
|
+ columnsMenuBar: '#333333',
|
|
|
|
|
|
- columnsMenuBarColor: '#e6e6e6',
|
|
|
+ columnsMenuBarColor: '#eaeaea',
|
|
|
|
|
|
columnsMenuBarActiveColor: '#ffffff',
|
|
|
|
|
@@ -129,7 +129,7 @@ export const useThemeConfig = defineStore('themeConfig', {
|
|
|
* 中的 `initSetLayoutChange(设置布局切换,重置主题样式)` 方法
|
|
|
*/
|
|
|
|
|
|
- layout: 'defaults',
|
|
|
+ layout: 'columns',
|
|
|
|
|
|
|
|
|
* 后端控制路由
|