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

2020-02-08  本文已影响0人  Biao_349d
  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;
}

上一篇 下一篇

猜你喜欢

热点阅读