后台管理系统优化

This commit is contained in:
2025-12-27 16:45:38 +08:00
parent a4e2542b23
commit 464386efe0
14 changed files with 542 additions and 57 deletions
+5
View File
@@ -1,6 +1,11 @@
import { createApp } from 'vue'
import ElementPlus from 'element-plus'
import 'element-plus/dist/index.css'
/**
* 全局主题样式:
* - 仅覆盖样式,确保 web-admin 视觉风格与 life-script 对齐
*/
import './styles/life-script-theme.scss'
import * as ElementPlusIconsVue from '@element-plus/icons-vue'
import App from './App.vue'
import router from './router'