Browse Source

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

zuihou 3 years ago
parent
commit
05bad7b9dc
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/components/Tree/style/index.less

+ 1 - 1
src/components/Tree/style/index.less

@@ -33,7 +33,7 @@
 
 
   &__actions {
   &__actions {
     position: absolute;
     position: absolute;
-    top: 2px;
+    //top: 2px;
     right: 3px;
     right: 3px;
     display: flex;
     display: flex;
   }
   }