2023-05-16 10:50:42 +08:00

10 lines
221 B
CSS

.tab-pane {overflow: scroll; min-height: 200px;}
th {max-width: 50px;}
th.fieldName {width: 150px; min-width: 150px;}
td {
max-width: 120px;
word-break: break-all;
white-space: nowrap;
overflow: hidden;
}