如何使用 CSS 隐藏 Staff 分类?

那似乎不起作用。这个可以:

// 隐藏员工分类
tr[data-category-id="3"],
.category-list-item[data-category-id="3"]  {
display: none;
}