CSS 字?jǐn)?shù)過多時(shí)顯示點(diǎn)點(diǎn)點(diǎn)
CSS 字?jǐn)?shù)過多時(shí)顯示點(diǎn)點(diǎn)點(diǎn)
.table-column {
max-width: 200px;
/* word-wrap: break-word;
line-height: 1; */
white-space: nowrap; /* 防止文本換行 */
overflow: hidden; /* 隱藏溢出的內(nèi)容 */
text-overflow: ellipsis; /* 顯示省略號(hào)來表示溢出的內(nèi)容 */
}
.table-column-time {
max-width: 150px;
white-space: nowrap; /* 防止文本換行 */
overflow: hidden; /* 隱藏溢出的內(nèi)容 */
text-overflow: ellipsis; /* 顯示省略號(hào)來表示溢出的內(nèi)容 */
}
.table-column-number {
width: 80px;
max-width: 100px;
white-space: nowrap; /* 防止文本換行 */
overflow: hidden; /* 隱藏溢出的內(nèi)容 */
text-overflow: ellipsis; /* 顯示省略號(hào)來表示溢出的內(nèi)容 */
}
.table-column-large {
max-width: 300px;
white-space: nowrap; /* 防止文本換行 */
overflow: hidden; /* 隱藏溢出的內(nèi)容 */
text-overflow: ellipsis; /* 顯示省略號(hào)來表示溢出的內(nèi)容 */
}
.table-column-big {
max-width: 250px;
white-space: nowrap; /* 防止文本換行 */
overflow: hidden; /* 隱藏溢出的內(nèi)容 */
text-overflow: ellipsis; /* 顯示省略號(hào)來表示溢出的內(nèi)容 */
}
.table-column-middle {
max-width: 200px;
white-space: nowrap; /* 防止文本換行 */
overflow: hidden; /* 隱藏溢出的內(nèi)容 */
text-overflow: ellipsis; /* 顯示省略號(hào)來表示溢出的內(nèi)容 */
}
.table-column-small {
max-width: 150px;
white-space: nowrap; /* 防止文本換行 */
overflow: hidden; /* 隱藏溢出的內(nèi)容 */
text-overflow: ellipsis; /* 顯示省略號(hào)來表示溢出的內(nèi)容 */
}
.table-column-tiny {
max-width: 100px;
max-width: 120px;
white-space: nowrap; /* 防止文本換行 */
overflow: hidden; /* 隱藏溢出的內(nèi)容 */
text-overflow: ellipsis; /* 顯示省略號(hào)來表示溢出的內(nèi)容 */
}
.table-row {
text-align: center;
}

浙公網(wǎng)安備 33010602011771號(hào)