美文网首页
element-ui中el-tables标签表头与内容边框错位问

element-ui中el-tables标签表头与内容边框错位问

作者: 高阳刘 | 来源:发表于2020-04-07 11:15 被阅读0次

    在index.html或App.vue文件(必须是入口文件,才能全局起作用)的style标签中添加如下样式:

    body .el-table th.gutter{
        display: table-cell!important;
    }
    

    相关文章

      网友评论

          本文标题:element-ui中el-tables标签表头与内容边框错位问

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