Refactor/optimize ui #24

Merged
zhangxiang merged 33 commits from refactor/optimize-ui into dev 2026-09-01 11:47:02 +08:00
Showing only changes of commit f64e9648ff - Show all commits
@@ -50,7 +50,7 @@ export function HeroProductVisual({ className }: { className?: string }) {
</div> </div>
{/* 趋势图:品牌色曲线 + 渐变填充 */} {/* 趋势图:品牌色曲线 + 渐变填充 */}
<div className="mt-3 border border-border-primary bg-white p-4"> <div className="mt-3 border border-border-primary bg-bg-primary p-4">
<div className="mb-3 flex items-center justify-between"> <div className="mb-3 flex items-center justify-between">
<span className="text-xs font-semibold text-ink">数据增长趋势</span> <span className="text-xs font-semibold text-ink">数据增长趋势</span>
<span className="text-[10px] text-text-muted">示例数据 · 近 12 个月</span> <span className="text-[10px] text-text-muted">示例数据 · 近 12 个月</span>