elementui table表格右侧操作列底部细线
样式中加入
.el-table__fixed {
height: 100% !important;
}
.el-table__fixed-right {
height: 100% !important;
}
样式中加入
.el-table__fixed {
height: 100% !important;
}
.el-table__fixed-right {
height: 100% !important;
}