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中起效html

相关文章
相关标签/搜索