使用Tooltip会出现一个问题,如果行上出现复选框

image.png

解决方法:把复选框放到最左或者最右

最左,修改n+3中的“ 3 ” ,以达到想要的效果

最右,过滤掉最后一列:filter: “td:nth-child(n+3) :not-last-child”,

posted on 2019-02-14 09:23  城市小农民  阅读(153)  评论(0编辑  收藏  举报

导航