elementui的table在ie下宽度不能100%显示的问题
加上两行代码就行:
.el-table__header{
width: 100%
!important;
}
.el-table__body{
width: 100% !important;
}
加上两行代码就行:
.el-table__header{
width: 100%
!important;
}
.el-table__body{
width: 100% !important;
}
发表评论 (审核通过后显示评论):