Your Name
00c66237d1
fix: prevent tabs header overlap with CustomHeader and reduce height
2026-03-30 16:33:22 +08:00
Your Name
4fe94592e6
fix: adjust z-index and height to prevent overlap, reduce tabs size
2026-03-30 16:30:51 +08:00
Your Name
7c028eb399
fix: reduce gap between CustomHeader and tabs header
2026-03-30 16:24:07 +08:00
Your Name
8c2af70ae3
style: fix tabs header to be fixed below CustomHeader
2026-03-30 16:21:04 +08:00
Your Name
6b4a661f59
fix: use window.location.pathname instead of useLocation hook
2026-03-30 16:07:57 +08:00
Your Name
c2254304ca
fix: correct useLocation import from @umijs/max
2026-03-30 16:07:05 +08:00
Your Name
b5ab96874b
fix: add fixed CustomHeader in root container with top:0 positioning
2026-03-30 16:06:31 +08:00
Your Name
5de714572a
fix: try headerContentRender and force header display
2026-03-30 16:03:05 +08:00
Your Name
602587d5f3
fix: restore headerRender with CustomHeader component
2026-03-30 16:00:41 +08:00
Your Name
0cdf53523e
fix: hide sidebar user actions and add navTheme config
2026-03-30 16:00:31 +08:00
Your Name
5141e9c72b
fix: remove avatarProps to prevent duplicate user info in sidebar
2026-03-30 15:02:58 +08:00
Your Name
418ff71af0
style: add global styles for custom layout components
2026-03-30 14:58:17 +08:00
Your Name
ac6967024f
feat: integrate CustomHeader and CustomLogo into layout
...
- Add imports for CustomHeader and CustomLogo components
- Add headerRender function to render custom header
- Add logoRenderer function to render custom logo with collapsed state
- Components properly integrated into layout configuration
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-30 14:56:14 +08:00
Your Name
05089b76de
chore: add layout components export index
2026-03-30 14:54:54 +08:00
Your Name
1605e698c9
feat: add CustomHeader component with user dropdown
2026-03-30 14:53:42 +08:00
Your Name
4451bc4c2f
feat: add CustomLogo component with collapse support
2026-03-30 14:52:54 +08:00
Your Name
4b850b41bc
style: update theme tokens to white color scheme
...
- Update bgLayout to #f5f5f5 (light gray layout background)
- Update header colorBgHeader to #ffffff (white header background)
- Update header text colors to dark (#262626 , #595959 )
- Increase header height to 64px
- Add comprehensive sider color tokens for white menu theme
- Add selected menu item styling with blue highlight
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-30 14:52:18 +08:00
Your Name
769e5acad5
refactor: change layout mode from mix to side
...
Changed layout from 'mix' to 'side' mode to optimize the layout structure to a left-right split layout. Also disabled default logo to prepare for custom logo component.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-30 14:51:25 +08:00
Your Name
a7e3edff28
chore: backup layoutConfig before refactoring
2026-03-30 14:50:19 +08:00
Your Name
91047c85fe
docs: 添加layout结构优化实施计划
...
详细的分步实施计划包含15个任务:
- 备份现有配置
- 修改layout模式和主题
- 创建自定义Logo和Header组件
- 添加全局样式
- 完整的测试验收流程
每个任务包含具体的代码、命令和验证标准。
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-30 14:48:01 +08:00
Your Name
ba5561b72d
docs: 添加layout结构优化设计文档
...
设计文档详细描述了将layout从mix模式改为side左右分栏结构的方案:
- 左侧:Logo区域 + 导航菜单
- 右侧:Header + 页面内容
- 白色主题,干净整洁的视觉风格
- 侧边栏可折叠,保持现有权限系统
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-30 14:45:40 +08:00
Your Name
103b9e7340
fix:更新优化
Build and Push Docker Image / build (push) Successful in 3m48s
2026-02-26 15:49:53 +08:00
Your Name
9df9ebb68f
fix:更新员工端权限
Build and Push Docker Image / build (push) Successful in 3m40s
2026-02-24 17:48:53 +08:00
Your Name
df22f93ca9
fix:更新
Build and Push Docker Image / build (push) Successful in 3m46s
2026-02-06 17:39:43 +08:00
Your Name
713cf3a06a
fix:更新金刚区配置
Build and Push Docker Image / build (push) Successful in 3m51s
2026-01-30 17:07:07 +08:00
Your Name
f31633ce95
fix:更新配置主题色
Build and Push Docker Image / build (push) Successful in 3m44s
2026-01-29 18:44:33 +08:00
Your Name
0b99e45527
fix:添加返回按钮
Build and Push Docker Image / build (push) Successful in 3m47s
2026-01-29 17:28:51 +08:00
Your Name
5644ee4325
fix:更新金刚区1
Build and Push Docker Image / build (push) Successful in 3m39s
2026-01-28 18:25:20 +08:00
Your Name
4c4992d8d5
fix:更新设置
Build and Push Docker Image / build (push) Successful in 3m54s
2026-01-27 15:21:02 +08:00
Your Name
f922c4672e
fix:设置
Build and Push Docker Image / build (push) Successful in 3m37s
2026-01-26 20:26:59 +08:00
Your Name
6056d990d5
Merge branch 'develop' of ssh://code.linyikj.com.cn:2222/pay/pay-admin into develop
...
Build and Push Docker Image / build (push) Successful in 3m44s
* 'develop' of ssh://code.linyikj.com.cn:2222/pay/pay-admin:
fix:细节修复
# Conflicts:
# src/pages/company/list/show/$id.tsx
2026-01-26 19:55:44 +08:00
Your Name
f4cbf66c8f
fix:更新设置
2026-01-26 19:55:06 +08:00
uiuJun
254ffb244a
Merge branches 'develop' and 'develop' of https://code.linyikj.com.cn/pay/pay-admin into develop
Build and Push Docker Image / build (push) Successful in 3m39s
2026-01-25 22:40:34 +08:00
uiuJun
f585cfe289
fix:细节修复
2026-01-25 22:40:31 +08:00
Your Name
ed57529902
fix:更新优化
Build and Push Docker Image / build (push) Successful in 3m50s
2026-01-25 22:28:01 +08:00
Your Name
92c4c90239
fix:更新渐变色
Build and Push Docker Image / build (push) Successful in 3m39s
2026-01-22 18:46:31 +08:00
Your Name
8dacc2b6e7
fix:更新设置渐变色
Build and Push Docker Image / build (push) Successful in 3m40s
2026-01-22 17:35:12 +08:00
Your Name
7d2dc1ea90
fix:更新,小程序配置
Build and Push Docker Image / build (push) Successful in 3m45s
2026-01-22 13:55:06 +08:00
Your Name
c34437c3e9
fix:更新,增加机构端admin,logo添加
Build and Push Docker Image / build (push) Successful in 3m37s
2026-01-22 11:41:55 +08:00
Your Name
b38bc643bf
fix:更新优化
Build and Push Docker Image / build (push) Successful in 3m53s
2026-01-21 18:04:19 +08:00
Your Name
8232c3b7d9
fix:更新机构
Build and Push Docker Image / build (push) Successful in 3m44s
2026-01-18 11:14:13 +08:00
Your Name
40faecad79
fix:最新更新
Build and Push Docker Image / build (push) Successful in 3m49s
2026-01-18 11:10:09 +08:00
Your Name
2d9ffcc02d
Merge branch 'develop' of ssh://code.linyikj.com.cn:2222/pay/pay-admin into develop
...
Build and Push Docker Image / build (push) Successful in 3m51s
* 'develop' of ssh://code.linyikj.com.cn:2222/pay/pay-admin:
fix:修复优化
# Conflicts:
# .umirc.ts
# src/pages/company/list/show/$id.tsx
2026-01-15 18:48:24 +08:00
Your Name
b4f2148684
fix:更新
2026-01-15 18:46:34 +08:00
uiuJun
a74103f6f6
fix:修复优化
Build and Push Docker Image / build (push) Successful in 4m5s
2025-12-13 13:23:48 +08:00
70dda373a1
fix:限制上传内容大小
Build and Push Docker Image / build (push) Successful in 3m46s
2025-10-11 13:32:20 +08:00
b98300d927
fix:内容
Build and Push Docker Image / build (push) Successful in 3m33s
2025-10-11 10:18:18 +08:00
697d197882
fix:解决冲突
2025-10-11 09:53:51 +08:00
657df04ce3
fix:更新
2025-10-11 09:21:58 +08:00
uiuJun
59b3126b00
fix:去水印
Build and Push Docker Image / build (push) Successful in 3m40s
2025-10-10 17:55:46 +08:00