|
|
| (未显示同一用户的4个中间版本) |
| 第1行: |
第1行: |
| /* 表格整体 */
| |
| .triple-panel,
| |
| .quad-panel {
| |
| width: 100% !important;
| |
| margin: 0 !important;
| |
| border-collapse: collapse;
| |
| }
| |
|
| |
|
| /* 表头修复 */
| |
| .triple-panel th,
| |
| .quad-panel th {
| |
| width: auto;
| |
| box-sizing: border-box;
| |
| }
| |
|
| |
| /* 防止移动端奇怪换行 */
| |
| .triple-panel tr,
| |
| .quad-panel tr {
| |
| width: 100%;
| |
| }
| |
|
| |
| /* 单元格填充 */
| |
| .triple-panel td,
| |
| .quad-panel td {
| |
| width: auto;
| |
| }
| |