Make risk policy and settings panels full width.

Match the funds header span by spanning the two-column content grid.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
dekun
2026-07-17 12:55:40 +08:00
parent 35117ba84e
commit 3a20546782
5 changed files with 8 additions and 4 deletions
+4
View File
@@ -2606,6 +2606,7 @@ html[data-theme="light"] .journal-detail-img-thumb {
margin-top: 12px;
width: 100%;
min-width: 0;
grid-column: 1 / -1;
}
.risk-policy-page .settings-card--risk {
@@ -2683,6 +2684,9 @@ html[data-theme="light"] .journal-detail-img-thumb {
/* ── 系统设置页 ── */
.settings-page {
margin-top: 12px;
width: 100%;
min-width: 0;
grid-column: 1 / -1;
}
.settings-account-summary {