admin-components: set platform-orders-table min-width per view (compact/full)

This commit is contained in:
萝卜
2026-03-14 13:41:10 +00:00
parent 26f283d283
commit 9944e7221f
2 changed files with 44 additions and 0 deletions

View File

@@ -85,6 +85,15 @@
min-width:1600px;
}
/* 平台订单列表:根据视图控制 min-width精简视图更紧凑full 视图更宽) */
.platform-orders-table.is-compact{
min-width:1400px;
}
.platform-orders-table.is-full{
min-width:2000px;
}
.table-nowrap th,
.table-nowrap td{
white-space:nowrap;