美文网首页
多个表格并列对齐,线条错位

多个表格并列对齐,线条错位

作者: Biao_349d | 来源:发表于2020-02-08 12:02 被阅读0次
    1. 多个表格并列对齐,线条错位

    table, tbody{
    TABLE-LAYOUT: fixed;
    WORD-BREAK: break-all;
    }

    1. 表格border颜色问题, 在iphone和安卓上表现不一致

    tbody, table{
    display: table;
    width: 100%;
    border-color: #E6E6E6;
    border: none;
    box-sizing: border-box;
    TABLE-LAYOUT: fixed;
    WORD-BREAK: break-all;
    }
    td{
    border-color: #E6E6E6;
    }

    相关文章

      网友评论

          本文标题:多个表格并列对齐,线条错位

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