| | |
| | | box-sizing: border-box; |
| | | } |
| | | |
| | | .wide-layout { |
| | | max-width: 1600px; |
| | | margin: 0 auto; |
| | | } |
| | | .wide-layout { |
| | | max-width: none; |
| | | width: 100%; |
| | | } |
| | | |
| | | .page.has-overlay .status-section > :not(.overlay) { |
| | | pointer-events: none; |
| | |
| | | |
| | | .table-scroll { |
| | | width: 100%; |
| | | overflow-x: auto; |
| | | overflow-x: unset; /* 或 auto,如果有特殊情况可用unset */ |
| | | } |
| | | |
| | | .report-title { |
| | |
| | | font-size: 22px; |
| | | } |
| | | |
| | | .report-table { |
| | | min-width: 1080px; |
| | | width: 100%; |
| | | border-collapse: collapse; |
| | | font-size: 14px; |
| | | background: #fff; |
| | | } |
| | | .report-table { |
| | | width: 100%; |
| | | min-width: unset; /* 取消最小宽度限制 */ |
| | | border-collapse: collapse; |
| | | background: #fff; |
| | | } |
| | | |
| | | .report-table th, .report-table td { |
| | | border: 1px solid #555; |