请教移动端 表格 要求第一列固定 其他列可以左右滑动 现在实现在ios下滑动不流畅 请教

在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;}
阅读 4.5k
撰写回答
你尚未登录,登录后可以
  • 和开发者交流问题的细节
  • 关注并接收问题和回答的更新提醒
  • 参与内容的编辑和改进,让解决方法与时俱进
推荐问题