美文网首页
element中表格中的表头与表格内容边框错位的解决方法

element中表格中的表头与表格内容边框错位的解决方法

作者: Edwinpanzzz | 来源:发表于2021-02-08 09:42 被阅读0次

    在 App.vue 中添加:

    <style>
    /*element中表格中的表头与表格内容边框错位的解决方法*/
    body .el-table th.gutter {
      display: table-cell !important;
    }
    </style>
    

    亲测有效。转自 element中表格中的表头与表格内容边框错位的解决方法

    相关文章

      网友评论

          本文标题:element中表格中的表头与表格内容边框错位的解决方法

          本文链接:https://www.haomeiwen.com/subject/icsxxltx.html