UNPKG

@yelon/acl

Version:

A simple role-based access control.

8 lines (7 loc) 242 B
/** * [ACL](https://ng.yunzainfo.com/acl/control) 使用 `display: none` 隐藏未授权元素 * [ACL](https://ng.yunzainfo.com/acl/control) Hides the unauthorized element with `display: none` */ .acl__hide { display: none !important; }