Commit Graph

10 Commits

Author SHA1 Message Date
zdl
d10a8c3321 refactor(layout): 统一页面边距管理,移除 Container 限制
- layoutConfig.js: 新增 LAYOUT_PADDING 常量 { base: 4, md: 6, lg: '80px' }
- MainLayout.js: 在 Outlet 容器上统一应用 px={LAYOUT_PADDING.x}
- HomeNavbar.js: 边距从 lg:8 改为 lg:'80px',与内容区对齐
- AppFooter.js: 移除 Container,边距改为 lg:'80px'

页面组件清理(移除冗余的 px/Container):
- Company, Community, Center, Profile, Settings
- ValueForum, DataBrowser, LimitAnalyse, StockOverview, Concept

特殊处理:
- CompanyHeader: 使用负边距实现全宽背景
- Concept Hero: 使用负边距实现全宽背景

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-12-24 18:34:42 +08:00
zdl
7b98ecff16 style(Profile): 用户中心 UI 紧凑化与布局优化 2025-12-23 17:45:03 +08:00
e66e5f63de update pay ui 2025-12-11 17:23:53 +08:00
0383e17a1f update pay function 2025-11-24 08:05:19 +08:00
acfbe81f8f update pay function 2025-11-24 07:21:02 +08:00
c1037d2036 update pay function 2025-11-23 23:44:36 +08:00
cc0decd032 update pay function 2025-11-23 23:32:35 +08:00
96f7512f82 update pay function 2025-11-23 23:00:25 +08:00
cb998badde update pay function 2025-11-23 20:12:54 +08:00
fe47d3dcc6 update pay function 2025-11-23 18:11:48 +08:00