elementui的table在ie下宽度不能100%显示的问题

加上两行代码就行:

.el-table__header{
    width: 100% !important;
}
.el-table__body{
    width: 100% !important;
}

 

posted on 2020-06-04 09:49  活在当下zql  阅读(1595)  评论(0)    收藏  举报