重构scss文件结构

This commit is contained in:
jxxghp
2025-07-10 16:39:22 +08:00
parent 0e2a259999
commit 9f98b549e9
38 changed files with 751 additions and 1778 deletions
+2 -2
View File
@@ -1,8 +1,8 @@
/* 主样式文件 - 合并所有CSS/SCSS引用 */
/* Vuetify和模板核心样式 */
@use '@core/scss/template/libs/vuetify/index' as vuetify-lib;
@use '@core/scss/template/index' as template;
@use '@core/scss/libs/vuetify/index' as vuetify-lib;
@use '@core/scss/index' as template;
@use '@layouts/styles/index' as layouts;
@use 'vuetify/styles' as vuetify;
@use '@styles/custom' as custom;