Commit 05bad7b9dccce8e12fbc383c3f31db8be8d30bc8

Authored by zuihou
1 parent 13d660be

fix(BasicTree): 加了top参数,操作按钮会错位

src/components/Tree/style/index.less
@@ -33,7 +33,7 @@ @@ -33,7 +33,7 @@
33 33
34 &__actions { 34 &__actions {
35 position: absolute; 35 position: absolute;
36 - top: 2px; 36 + //top: 2px;
37 right: 3px; 37 right: 3px;
38 display: flex; 38 display: flex;
39 } 39 }