用户管理-用户详情、新增用户

This commit is contained in:
liweijin
2018-11-20 18:29:13 +08:00
parent 074d4b7409
commit 1df0ecb4a5
10 changed files with 348 additions and 44 deletions
+15 -1
View File
@@ -56,7 +56,21 @@
.table-operation-box{
margin-bottom: 16px;
}
/* 表格样式 */
.table-box {
.table-operation-btn {
padding-left: 2px;
padding-right: 2px;
cursor: pointer;
font-size: 20px;
}
.edit{
color: #40a9ff;
}
.danger{
color: #f86c6b;
}
}
/* 目录树样式 */
:host /deep/ ul.tree{