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
+1 -1
View File
@@ -7,7 +7,7 @@
<link rel="stylesheet" href="/static/instance_theme_early.css?v=4">
<link rel="stylesheet" href="/static/account_risk_badge.css?v=4">
<link rel="stylesheet" href="/static/instance_page.css?v=9">
<link rel="stylesheet" href="/static/instance_theme.css?v=95">
<link rel="stylesheet" href="/static/instance_theme.css?v=96">
<script src="/static/account_risk_badge.js?v=4"></script>
<meta name="theme-color" content="#0b0d14">
<title>{{ pwa_app_name }}</title>
+1 -1
View File
@@ -17,7 +17,7 @@
<link rel="manifest" href="/static/icons/manifest.webmanifest">
<title>{{ pwa_app_name }}</title>
<link rel="stylesheet" href="/static/instance_page.css?v=9">
<link rel="stylesheet" href="/static/instance_theme.css?v=95">
<link rel="stylesheet" href="/static/instance_theme.css?v=96">
</head>
<body
@@ -1,5 +1,5 @@
{# 风控说明:只读展示 .env 风控参数与当前账户状态 #}
<div class="risk-policy-page">
<div class="risk-policy-page full">
<div class="card settings-card settings-card--risk">
<h2>风控说明</h2>
<p class="settings-live-status">
+1 -1
View File
@@ -1,5 +1,5 @@
{# 系统设置:CSS Tab(与 env 配置同方案) #}
<div class="settings-page">
<div class="settings-page full">
<div class="env-config-head card">
<h2>系统设置</h2>
<p class="settings-env-hint env-config-head-hint">各区块说明见 <code>docs/系统设置说明.md</code>.</p>