Tree support contextmenu
This commit is contained in:
parent
3a398ab371
commit
68b7ebbfdb
4 changed files with 64 additions and 5 deletions
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue