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

相關文章
相關標籤/搜索