美文网首页
ElementUI 表格控制边框的 css

ElementUI 表格控制边框的 css

作者: Cherry丶小丸子 | 来源:发表于2021-09-29 16:15 被阅读0次
    .el-table--border{
        border: 1px solid #EBEEF5 !important;
    }
    .el-table::after{
        right: -1px;
    }
    .el-table::before{
        bottom: -1px;
    }
    .el-table__fixed-right::before, .el-table__fixed::before{
        bottom: -1px;
    }
    

    相关文章

      网友评论

          本文标题:ElementUI 表格控制边框的 css

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