更新后隐藏类别再次出现

You can target it with the data attribute

tr[data-category-id="4"] {
    display: none;
}
10 个赞