关于elementui表格错位问题
2020-08-14 本文已影响0人
记录学习生活
body .el-table th.gutter{
display: table-cell!important;
}
body .el-table colgroup.gutter{
display: table-cell!important;
}
我的加上这个就解决了
body .el-table th.gutter{
display: table-cell!important;
}
body .el-table colgroup.gutter{
display: table-cell!important;
}
我的加上这个就解决了