为什么 overflow:hidden;text-overflow:ellipsis;在table的td中失效没有...出现呢?
废话不多少直接上解决方案:
在table的css样式中设置:table-layout:fixed;
在table td的css样式中设置: overflow:hidden;text-overflow:ellipsis;
这就是你想要的效果了。
为什么 overflow:hidden;text-overflow:ellipsis;在table的td中失效没有...出现呢?
废话不多少直接上解决方案:
在table的css样式中设置:table-layout:fixed;
在table td的css样式中设置: overflow:hidden;text-overflow:ellipsis;
这就是你想要的效果了。