ElementUI table问题, lie 2021-06-08 278 阅读1分钟 ElementUI table问题, 自己琢磨了一下应该是边框问题 就把高设置了百分百 .el-table__fixed-right{ height: 100% !important; } 然后就解决了