区分环境进行按需加载,提升本地开发加载速度。

更改侧边栏活跃色,让其和element-ui皮肤统一。
修复issue https://github.com/flipped-aurora/gin-vue-admin/issues/1347
This commit is contained in:
piexlmax
2023-02-18 14:08:42 +08:00
parent 0eea78f796
commit 2de7d34b4a
10 changed files with 78 additions and 41 deletions

View File

@@ -246,13 +246,4 @@ const changeShadow = () => {
<style lang="scss">
@import '@/style/mobile.scss';
.dark{
background-color: #191a23 !important;
color: #fff !important;
}
.light{
background-color: #fff !important;
color: #000 !important;
}
</style>