浏览代码

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;
   }