fix:pc默认菜单模式修改
This commit is contained in:
@@ -4,7 +4,7 @@ export const themeSettings: App.Theme.ThemeSetting = {
|
||||
themeColor: "#06B6D4",
|
||||
otherColor: {info: "#06B6D4", success: "#52c41a", warning: "#faad14", error: "#f5222d"},
|
||||
isInfoFollowPrimary: true,
|
||||
layout: {mode: "horizontal", scrollMode: "content"},
|
||||
layout: {mode: "vertical", 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"},
|
||||
|
||||
Reference in New Issue
Block a user