element-ui 中 table表格控件表头和内容列对不齐的问题解决
在App.vue中加入如下代码:<style scoped>/deep/ .el-table th.gutter{/** 解决element-ui 表格篡位的问题 ????*/display: table-cell!important;}</style>...
·
转自:https://juejin.im/post/5d3a54016fb9a07f0c46c7e8
在App.vue中加入如下代码:
<style scoped>
/deep/ .el-table th.gutter{
/*
* 解决element-ui 表格篡位的问题 👇
*/
display: table-cell!important;
}
</style>
更多推荐
已为社区贡献3条内容
所有评论(0)