diff --git a/src/theme/settings.ts b/src/theme/settings.ts index 9e9e3ad..414309b 100644 --- a/src/theme/settings.ts +++ b/src/theme/settings.ts @@ -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"},