css td 溢出改为省略号
2021-07-01 06:04
标签:out class 表格 over ima border idt ace -o 备注: .table是整个表格的样式, .td是需要改变td长度溢出变省略号的样式。 css td 溢出改为省略号 标签:out class 表格 over ima border idt ace -o 原文地址:http://www.cnblogs.com/alvin553819/p/7133782.html {
table-layout: fixed;
width:100%;
}
.td{
width:100px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
table td {
border:1px solid red;
}
上一篇:org.hibernate.HibernateException: No Hibernate Session bound to thread, and configuration does not