diff --git a/docs/更新说明.md b/docs/更新说明.md index 081b60e..649f346 100644 --- a/docs/更新说明.md +++ b/docs/更新说明.md @@ -5,6 +5,16 @@ --- +## 2026-07-29 — 顶栏对齐 crypto_monitor:标题在上、资金卡同宽 + +### 变更 + +1. 「比特骆驼自动化对冲系统」移到导航上方(参照 OKX 实例页:标题 → top-nav → 资金卡)。 +2. 页面统一 `max-width: min(1440px, 94vw)`,资金卡片与下方内容同宽对齐。 +3. 资金条改为圆角边框卡片样式(`.funds-bar-inner`)。 + +--- + ## 2026-07-29 — 资金条与内容区同宽;规则说明折叠 ### 变更 diff --git a/frontend/src/App.tsx b/frontend/src/App.tsx index db8b329..7785d05 100644 --- a/frontend/src/App.tsx +++ b/frontend/src/App.tsx @@ -24,48 +24,53 @@ function Shell({ children }: { children: ReactNode }) { const user = getUsername(); return (
-
-
-
- - 比特骆驼自动化对冲系统 - 比特骆驼 +
+
+
+
+ + 比特骆驼自动化对冲系统 + 比特骆驼 +
+
+ {user} + +
-
- -
- {user} - -
-
- -
{children}
+ + + + + +
{children}
+
+