You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 5, 2026. It is now read-only.
反馈来源
用户反馈(QQ 群):YourTJ Platform 前端布局间距需要优化——三栏目前间距过大,两侧留白过多,中间栏信息量少,建议参考 Figma 设计优化。
现状
Web 端 Desktop shell(见
docs/product/design-system-and-accessibility.md的 shell 基线):max-w-[1280px](web/src/components/layout/app-layout.tsx:276)256px(app-layout.tsx:277的grid-cols-[256px_minmax(0,1fr)])minmax(0,640px)+ 右栏320px(web/src/pages/home-page.tsx:168)32px(app-layout.tsx:276的min-[1360px]:!px-8)在宽屏下,固定三栏(256 + 640 + 320 ≈ 1216px)加上列间距与两侧 gutter,导致:
建议
参考 Figma 第三版设计(YourTJ-Community-Web,node 106:2)优化:
验收标准