feat: 🚀 sass导入更新

This commit is contained in:
2025-09-16 17:04:55 +08:00
parent d3a3ef2911
commit 1068e87671
26 changed files with 285 additions and 214 deletions

View File

@@ -55,5 +55,5 @@ const activeMenu = computed(() => (route.meta.activeMenu ? route.meta.activeMenu
</script>
<style scoped lang="scss">
@import "./index.scss";
@use "./index.scss";
</style>

View File

@@ -96,5 +96,5 @@ const changeSubMenu = (item: Menu.MenuOptions) => {
</script>
<style scoped lang="scss">
@import "./index.scss";
@use "./index.scss";
</style>

View File

@@ -60,5 +60,5 @@ const handleClickMenu = (subItem: Menu.MenuOptions) => {
</script>
<style scoped lang="scss">
@import "./index.scss";
@use "./index.scss";
</style>

View File

@@ -50,7 +50,7 @@ const activeMenu = computed(() => (route.meta.activeMenu ? route.meta.activeMenu
</script>
<style scoped lang="scss">
@import "./index.scss";
@use "./index.scss";
.el-container .el-aside .aside-box .el-scrollbar {
background-color: #161616 !important;
}

View File

@@ -71,5 +71,5 @@ watch(
</script>
<style scoped lang="scss">
@import "./index.scss";
@use "./index.scss";
</style>

View File

@@ -100,5 +100,5 @@ const closeAllTab = () => {
</script>
<style scoped lang="scss">
@import "../index.scss";
@use "../index.scss";
</style>

View File

@@ -127,5 +127,5 @@ const tabRemove = (fullPath: TabPaneName) => {
</script>
<style scoped lang="scss">
@import "./index.scss";
@use "./index.scss";
</style>