feat: 优化登录后Dashboard界面和导航组件

- Dashboard: 添加欢迎横幅、数据分区展示、当日利润预估
- Logo: 品牌化设计(渐变背景+图标)
- UserMenu: 现代化胶囊样式+头像
- 卡片悬浮动效、彩色分类边框
This commit is contained in:
root
2026-02-16 09:03:29 +01:00
parent 96249e0833
commit 12bbd523bb
20 changed files with 610 additions and 160 deletions

View File

@@ -37,7 +37,7 @@ module.exports = {
modifyVars: {
/* less 变量覆盖,用于自定义 ant design 主题 */
'primary-color': '#00458a',
'link-color': '#1890FF',
'link-color': '#00458a',
'border-radius-base': '4px'
},
javascriptEnabled: true