1,将以下样式代码添加到index.html、或app.vue中(必须是入口文件,起全局作用!)
body .el-table th.gutter{
display: table-cell!important;
}
2,在全局样式表中添加样式
.el-table th { display: table-cell!important; }
作者:前端小白图
链接:https://juejin.im/post/5d3a54016fb9a07f0c46c7e8
来源:掘金
著作权归作者所有。商业转载请联系作者获得授权,非商业转载请注明出处。
网友评论