Explorar o código

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

zuihou %!s(int64=3) %!d(string=hai) anos
pai
achega
05bad7b9dc
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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;
   }