新增角色
-
+
@@ -17,7 +17,17 @@
-
+
@@ -444,4 +454,22 @@
right: 0;
z-index: 10;
}
+ .custom-tree-node{
+ width: 100%;
+ display: flex;
+ justify-content: space-between;
+ .btnBox{
+ display: none;
+ margin-right: 10px;
+ .btn{
+ margin: 0 5px;
+ }
+ }
+ }
+ .is-current .custom-tree-node .btnBox{
+ display: block;
+ }
+ .custom-tree-node:hover .btnBox{
+ display: block;
+ }