优化用户角色授权

This commit is contained in:
不做码农
2021-12-26 14:26:48 +08:00
parent 19b6239ceb
commit 4794ec410e
12 changed files with 206 additions and 105 deletions

View File

@@ -521,4 +521,15 @@ aside {
.el-dialog__wrapper .el-dialog {
width: 95% !important;
}
}
/** 表格更多操作下拉样式 */
.el-table .el-dropdown-link {
cursor: pointer;
color: #409EFF;
margin-left: 5px;
}
.el-table .el-dropdown, .el-icon-arrow-down {
font-size: 12px;
}