//一般是表头错位
body .el-table th.gutter{
display: table-cell!important;
}
body .el-table colgroup.gutter{
display: table-cell!important;
}
element e-table表格错位问题
最新推荐文章于 2024-09-05 12:00:44 发布
//一般是表头错位
body .el-table th.gutter{
display: table-cell!important;
}
body .el-table colgroup.gutter{
display: table-cell!important;
}