bootstrap中table的colspan不起作用,即在不指定宽度的条件下,各个td宽度不符合colspan指定的宽度。
添加table0layout:fixed后显示正常。
table{ table-layout: fixed !important; }
时间: 2024-09-28 12:36:31
bootstrap中table的colspan不起作用,即在不指定宽度的条件下,各个td宽度不符合colspan指定的宽度。
添加table0layout:fixed后显示正常。
table{ table-layout: fixed !important; }