elementui 表头错位解决方法
Posted wurui-0922
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了elementui 表头错位解决方法相关的知识,希望对你有一定的参考价值。
<style> body .el-table th.gutter{ display: table-cell!important; } body .el-table colgroup.gutter{ display: table-cell!important; } </style>
需要将这段样式放入index.html 或者 App.vue中起效
以上是关于elementui 表头错位解决方法的主要内容,如果未能解决你的问题,请参考以下文章