2
0

fix: 默认布局设置

This commit is contained in:
TsMask
2024-12-04 17:48:39 +08:00
parent 55d50ef8a5
commit 57e33781d1
6 changed files with 8 additions and 69 deletions

View File

@@ -1,10 +1,10 @@
/** Default theme settings */
export const themeSettings: App.Theme.ThemeSetting = {
themeScheme: 'light',
themeColor: '#646cff',
otherColor: { info: '#2080f0', success: '#52c41a', warning: '#faad14', error: '#f5222d' },
themeScheme: 'auto',
themeColor: '#3B82F6',
otherColor: { info: '#3B82F6', success: '#52c41a', warning: '#faad14', error: '#f5222d' },
isInfoFollowPrimary: true,
layout: { mode: 'vertical-mix', scrollMode: 'content' },
layout: { mode: 'horizontal-mix', scrollMode: 'content' },
page: { animate: true, animateMode: 'fade-slide' },
header: { height: 56, breadcrumb: { visible: true, showIcon: true } },
tab: { visible: false, cache: true, height: 44, mode: 'chrome' },