admin-components: set platform-orders-table min-width per view (compact/full)
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user