style lang=“scss”
@media print {
.el-table{
.el-table__header{
width:100%!important;
}
.el-table__body{
width:100%!important;
}
th{
display: table-cell !important;
}
.cell{
width:100%!important;
}
}
}
el-talbe表格打印时宽度没自适应需要撑开表格设置
于 2022-11-23 10:07:52 首次发布