fix(BasicTree): 加了top参数,操作按钮会错位
This commit is contained in:
parent
13d660bede
commit
05bad7b9dc
|
|
@ -33,7 +33,7 @@
|
||||||
|
|
||||||
&__actions {
|
&__actions {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 2px;
|
//top: 2px;
|
||||||
right: 3px;
|
right: 3px;
|
||||||
display: flex;
|
display: flex;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue