jstable {
width: 100%;
border-collapse: collapse;
text-align: center;
table-layout: fixed;
th,
td {
border: 1px solid red;
padding: 8px;
box-sizing: border-box;
width: 50px;
height: 100px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
}
本文作者:薛祁
本文链接:
版权声明:本博客所有文章除特别声明外,均采用 BY-NC-SA 许可协议。转载请注明出处!