Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我试图在表格中显示一些旋转的单元格,但在此示例中,列有一个空格。我想删除它,但我还没有完成如何删除它。
这是示例:
http://demos.davidjs.com/ST-RotateTableCellContent/
但是,您的函数添加了一个 div height: width, width: height,因为您的表格 td 继承了最宽单元格的宽度,在这种情况下Dummy text,它适用于旋转单元格item8以具有水平的自动单元格宽度的高度Dummy text。
height: width, width: height
Dummy text
item8
您可以不使用 div,因为您的表格单元格已经尝试适应它的内容,或者使用display:table-cell您div来做同样的事情。
display:table-cell
div