在android下没问题,开启ios硬件加速也没效果
css
.table-responsive thead th:nth-of-type(1) {position: absolute; left: 0px; background-color: white; width: 89.2px;}
.table-responsive thead th:nth-of-type(2) {padding-left: 89.2px;}
.table-responsive tbody tr td:nth-of-type(1) {position: absolute; left: 0px; background-color: white; width: 89.2px;}
.table-responsive tbody tr td:nth-of-type(2) {padding-left: 89.2px;}