1、固定table

width: 1000px;table-layout: fixed; 

2、设置td样式,前提要设置td的宽度比

 white-space: nowrap;text-overflow: ellipsis;overflow: hidden;    

 

相关文章: