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