解决方法:把复选框放到最左或者最右
最左,修改n+3中的“ 3 ” ,以达到想要的效果
最右,过滤掉最后一列:filter: “td:nth-child(n+3) :not-last-child”,
使用Tooltip会出现一个问题,如果行上出现复选框
原文:https://www.cnblogs.com/chengshixiaonongming/p/10372786.html