Make env config panel full width like the funds header strip.

Match settings/risk-policy: span the page grid so the card aligns with account stats.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
dekun
2026-07-17 13:16:06 +08:00
parent af7fb44650
commit 4126784056
4 changed files with 6 additions and 3 deletions
+3
View File
@@ -2282,6 +2282,9 @@ html[data-theme="light"] .journal-detail-img-thumb {
/* ── env 配置页(Tab + 双列表单) ── */
.env-config-page {
margin-top: 12px;
width: 100%;
min-width: 0;
grid-column: 1 / -1;
}
.env-config-head {