Procházet zdrojové kódy

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

zuihou před 3 roky
rodič
revize
05bad7b9dc
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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;
   }