无法匹配ng2-smart-table

时间:2018-07-12 13:24:08

标签: angular ng2-smart-table

当我将宽度传递给ts文件中的ng2-smart-table列时,thead和tbody不匹配。

如果我从ng2-smart-table.component.scss文件中的css下方删除,则宽度匹配,但tbody垂直滚动消失

 tbody {
    display: block;
    height: 100px;
    overflow: auto;
    overflow-x: hidden;
}

thead,
tbody tr {
    display: table;
    width: 100%;
    table-layout: fixed;
}

有人可以帮我吗?...

0 个答案:

没有答案