feat(web): 新增系统管理功能并优化界面样式

- 更新路由配置,调整页面结构
- 优化主题样式,自定义 ant-design 样式
- 新增全局样式,包括滚动条、按钮、模态框等
This commit is contained in:
zhoumengru
2025-09-01 16:55:44 +08:00
parent 4af4e670d2
commit 2ad56d3203
22 changed files with 1677 additions and 73 deletions

View File

@@ -38,8 +38,8 @@ module.exports = defineConfig({
loaderOptions: {
scss: {
additionalData: `
@use "~@/style/color.scss";
@use "~@/style/antd.scss";
@import "@/style/color.scss";
@import "@/style/antd.scss";
` //在每个 .scss 文件顶部自动添加这行代码,无需手动导入
}
},