| | |
| | | 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; |
| | |
| | | pointer-events: auto; |
| | | } |
| | | |
| | | .report-table-wrapper { |
| | | margin-bottom: 12px; |
| | | } |
| | | .report-table-wrapper { |
| | | width: 100%; |
| | | max-width: none; |
| | | } |
| | | |
| | | .table-scroll { |
| | | overflow-x: auto; |
| | | } |
| | | .table-scroll { |
| | | width: 100%; |
| | | overflow-x: scroll !important; |
| | | /* 保证高度有空间显示滚动条 */ |
| | | /* 可选:设置最小高度,避免内容太少时滚动条不显示 */ |
| | | min-height: 40px; |
| | | } |
| | | |
| | | .report-title { |
| | | font-size: 32px; |
| | |
| | | font-size: 22px; |
| | | } |
| | | |
| | | .report-table { |
| | | min-width: 1080px; |
| | | width: 100%; |
| | | border-collapse: collapse; |
| | | font-size: 14px; |
| | | background: #fff; |
| | | } |
| | | .report-table { |
| | | width: 100%; |
| | | min-width: 1800px; |
| | | /*min-width: unset;*/ /* 取消最小宽度限制 */ |
| | | border-collapse: collapse; |
| | | background: #fff; |
| | | } |
| | | |
| | | .report-table th, .report-table td { |
| | | border: 1px solid #555; |