控制表格自动隐藏超出内容
控制列表自动隐藏超出内容
table
table-layout
table-layout:fixed; //布局方式要固定
width
width:85%; //表格整体宽度要固定
display:block;
width:30%;
height:22px;
line-height:22px;
white-space:nowrap;
overflow:hidden;
/*如果要交超出内容以...显示,则需要增加属性定义:*/
text-overflow:ellipsis;