feat(styles): 修改默认主题
This commit is contained in:
@ -4,7 +4,7 @@ export const themeSettings: App.Theme.ThemeSetting = {
|
|||||||
grayscale: false,
|
grayscale: false,
|
||||||
colourWeakness: false,
|
colourWeakness: false,
|
||||||
recommendColor: false,
|
recommendColor: false,
|
||||||
themeColor: '#646cff',
|
themeColor: '#ec4899',
|
||||||
themeRadius: 6,
|
themeRadius: 6,
|
||||||
otherColor: {
|
otherColor: {
|
||||||
info: '#2080f0',
|
info: '#2080f0',
|
||||||
@ -31,7 +31,7 @@ export const themeSettings: App.Theme.ThemeSetting = {
|
|||||||
visible: true
|
visible: true
|
||||||
},
|
},
|
||||||
globalSearch: {
|
globalSearch: {
|
||||||
visible: true
|
visible: false
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
tab: {
|
tab: {
|
||||||
@ -51,7 +51,7 @@ export const themeSettings: App.Theme.ThemeSetting = {
|
|||||||
mixChildMenuWidth: 200
|
mixChildMenuWidth: 200
|
||||||
},
|
},
|
||||||
footer: {
|
footer: {
|
||||||
visible: true,
|
visible: false,
|
||||||
fixed: false,
|
fixed: false,
|
||||||
height: 48,
|
height: 48,
|
||||||
right: true
|
right: true
|
||||||
|
|||||||
Reference in New Issue
Block a user