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:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user