隐藏“界面”部分

You can use this component to add CSS classes:

I’m sadly not around my computer to get the CSS tags, but it would probably be something like this

.group-GROUPNAME {
    .INTERFACE-BUTTON {
        display:none;
    }
}
1 个赞