在table的样式里面,设置
style="table-layout:fixed;"若合并的列里面嵌入table,则table的样式设置
<table style="table-layout:fixed;width:100%"></table>完美解决。nice
tabale 自动算宽度。使用了合并列之后无法设置宽度
原文:https://www.cnblogs.com/dangou/p/12957368.html