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}