mirror of
https://github.com/m-xlsea/ruoyi-plus-soybean.git
synced 2025-09-24 07:49:47 +08:00
fix(projects): 修复页面切换时导致的溢出滚动条
This commit is contained in:
@ -15,6 +15,9 @@ export const useThemeStore = defineStore('theme-store', {
|
||||
/** naive-ui暗黑主题 */
|
||||
naiveTheme(state) {
|
||||
return state.darkMode ? darkTheme : undefined;
|
||||
},
|
||||
pageAnimateMode(state) {
|
||||
return state.page.animate ? state.page.animateMode : undefined;
|
||||
}
|
||||
},
|
||||
actions: {
|
||||
|
Reference in New Issue
Block a user