1. 设置单元格的边框

border-collapse: collapse;

2. 边框的分离

  对table使用CSS实现cellspacing的属性border-spacing。

border-spacing: 0px;

相关文章: