增加台桌管理页面,活动管理页面

This commit is contained in:
2025-02-19 15:38:27 +08:00
parent 0758aef0fb
commit e08a2eb4b7
12 changed files with 1832 additions and 394 deletions

View File

@@ -8,6 +8,8 @@ import "element-plus/theme-chalk/dark/css-vars.css";
// 暗黑模式自定义变量
import "@/styles/dark/css-vars.css";
import "@/styles/index.scss";
//辅助工具类
import "@/styles/util.scss";
import "uno.css";
// 自动为某些默认事件(如 touchstart、wheel 等)添加 { passive: true },提升滚动性能并消除控制台的非被动事件监听警告
import "default-passive-events";