【发布时间】:2020-07-15 02:42:58
【问题描述】:
您好,我无法将引导表中的空按钮设置为 100% 高度。这是我的情况:jsfidle
我使用了这个,但空按钮没有设置为 100%
td{
padding:0;
}
td button, td div{
width:100%;
height:100%;
}
table th, table td {
padding: 0!important;
}
【问题讨论】:
-
将
height:0添加到td就可以了
标签: html css twitter-bootstrap sass bootstrap-4