标签:
bootstrap中table的colspan不起作用,即在不指定宽度的条件下,各个td宽度不符合colspan指定的宽度。
添加table0layout:fixed后显示正常。
table{ table-layout: fixed !important; }
bootstrap中table的colspan不起作用
原文地址:http://www.cnblogs.com/legendjslc/p/5979510.html