Tree support contextmenu

This commit is contained in:
梁灏 2020-06-23 17:09:23 +08:00
parent 3a398ab371
commit 68b7ebbfdb
4 changed files with 64 additions and 5 deletions

View file

@ -1,6 +1,7 @@
@tree-prefix-cls: ~"@{css-prefix}tree";
.@{tree-prefix-cls} {
position: relative;
ul{
list-style: none;
margin: 0;
@ -75,4 +76,8 @@
margin-right: 4px;
margin-left: 4px;
}
&-context-menu{
position: absolute;
}
}