优化前端代码

This commit is contained in:
RuoYi
2021-11-24 16:37:20 +08:00
parent b6a71fe988
commit 337d1bab02
12 changed files with 17 additions and 18 deletions

View File

@@ -29,7 +29,7 @@ export default {
variables() {
return variables;
},
sideTheme() {
sideTheme() {
return this.$store.state.settings.sideTheme
}
},

View File

@@ -98,7 +98,7 @@ export default {
}
.hideSidebar .fixed-header {
width: calc(100% - 54px)
width: calc(100% - 54px);
}
.mobile .fixed-header {