📜  html 表格单元格边框未显示 - Html 代码示例

📅  最后修改于: 2022-03-11 14:53:21.457000             🧑  作者: Mango

代码示例1
table,
table td {
    font-weight: bold;
    background-color: #fff;
    border-collapse: separate; /* This line */
}