用户管理-用户详情、新增用户
This commit is contained in:
+15
-1
@@ -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{
|
||||
|
||||
Reference in New Issue
Block a user