bootstrap中table的colspan不起作用

bootstrap中table的colspan不起作用,即在不指定宽度的条件下,各个td宽度不符合colspan指定的宽度。

添加table0layout:fixed后显示正常。

       table{
            table-layout: fixed !important;
        }

 

posted @ 2016-10-20 09:21  万里沙来手一挥  阅读(2804)  评论(1编辑  收藏  举报