ソースを参照

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

zuihou 3 年 前
コミット
05bad7b9dc
1 ファイル変更1 行追加1 行削除
  1. 1 1
      src/components/Tree/style/index.less

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

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