ElementUI table问题,

278 阅读1分钟

ElementUI table问题, 微信图片_20210608110622.png

自己琢磨了一下应该是边框问题 就把高设置了百分百

.el-table__fixed-right{ height: 100% !important; }

然后就解决了