소스 검색

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