问题图片:

解决方式1:
>>>.el-table__row td:not(.is-hidden):last-child {
border-left:1px solid #EBEEF5;
}
>>>.el-table__header th:not(.is-hidden):last-child{
border-left:1px solid #EBEEF5;
}
>>>.el-table__header-wrapper tr th:nth-last-child(3){
border-right:none;
}
>>>.el-table__body-wrapper tr td:nth-last-child(2){
border-right:none;
}
解决方式二:
若还是无法解决,那么就是因为倒数第二列被覆盖了,最快速简单的方法可以让操作列宽度减少2px一个大概的比例,具体可以自己调整









![[ PyQt入门教程 ] Qt Designer工具的使用](https://img-blog.csdnimg.cn/img_convert/9a82a8677f6a23bd3867d084dcb81c12.png)








![[C#]winform部署官方yolov8-obb旋转框检测的onnx模型](https://img-blog.csdnimg.cn/direct/ced49909c78847f2982c9a8d4ecb9aa8.jpeg)
