Cap the full page container at 1440px on ultrawide screens.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
dekun
2026-08-16 15:55:18 +08:00
parent 3cb1642f16
commit 82d891ac92
4 changed files with 7 additions and 17 deletions
+3 -4
View File
@@ -162,15 +162,14 @@
.panel-scroll,.pos-list{max-height:420px}
.records-card .table-wrap{max-height:620px;overflow:auto}
}
@media (min-width: 2200px){
.container{max-width:min(2040px,96vw)}
/* 带鱼/超宽:整页(含顶栏统计)固定 1440 居中;1920 仍用上方 min(1840px,96vw) */
@media (min-width: 2000px){
.container{max-width:1440px;width:100%}
}
@media (min-width: 2560px){
.container{max-width:min(2360px,95vw)}
.dual-panel-grid{gap:18px}
}
@media (min-width: 3000px){
.container{max-width:min(2800px,94vw)}
.pos-grid{grid-template-columns:repeat(4,minmax(0,1fr))}
}
@media (max-width: 1100px){