Widen ultrawide page container from 1440px to 1600px.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
dekun
2026-08-16 16:19:43 +08:00
parent 7c91d6cad7
commit f66b4c3fb3
3 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -163,9 +163,9 @@
.panel-scroll,.pos-list{max-height:420px}
.records-card .table-wrap{max-height:620px;overflow:auto}
}
/* 带鱼/超宽:整页(含顶栏统计)固定 1440 居中;1920 仍用上方 min(1840px,96vw) */
/* 带鱼/超宽:整页(含顶栏统计)固定 1600 居中;1920 仍用上方 min(1840px,96vw) */
@media (min-width: 2000px){
.container{max-width:1440px;width:100%}
.container{max-width:1600px;width:100%}
}
@media (min-width: 2560px){
.dual-panel-grid{gap:18px}
+1 -1
View File
@@ -7,7 +7,7 @@
<script src="/static/autofill_guard.js?v=1"></script>
<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=16">
<link rel="stylesheet" href="/static/instance_page.css?v=17">
<link rel="stylesheet" href="/static/instance_theme.css?v=121">
<script src="/static/account_risk_badge.js?v=4"></script>
<script src="/static/open_submit_gate.js?v=1"></script>
+1 -1
View File
@@ -18,7 +18,7 @@
<link rel="apple-touch-icon" href="/static/icons/apple-touch-icon.png">
<link rel="manifest" href="/static/icons/manifest.webmanifest">
<title>{{ pwa_app_name }}</title>
<link rel="stylesheet" href="/static/instance_page.css?v=16">
<link rel="stylesheet" href="/static/instance_page.css?v=17">
<link rel="stylesheet" href="/static/instance_theme.css?v=121">
</head>