bootstrap中table的colspan不起作用

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

添加table0layout:fixed后显示正常。

       table{
            table-layout: fixed !important;
        }