📜  如何在 html 表格中保留一个空行 - Html 代码示例

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

代码示例1
.blank_row
{
    height: 10px !important; /* overwrites any other rules */
    background-color: #FFFFFF;
}