feat: add authorize directive; 🌟

新增:权限验证指令;
This commit is contained in:
iczer
2020-08-02 18:50:23 +08:00
parent 55358b4107
commit 9b96868586
7 changed files with 190 additions and 13 deletions

View File

@@ -26,3 +26,7 @@
border-right: 1px solid rgba(98, 98, 98, 0.2);
}
}
.disabled{
cursor: not-allowed;
opacity: 0.4;
}