From 05bad7b9dccce8e12fbc383c3f31db8be8d30bc8 Mon Sep 17 00:00:00 2001 From: zuihou <244387066@qq.com> Date: Sat, 11 Dec 2021 12:18:05 +0800 Subject: [PATCH] =?UTF-8?q?fix(BasicTree):=20=E5=8A=A0=E4=BA=86top?= =?UTF-8?q?=E5=8F=82=E6=95=B0=EF=BC=8C=E6=93=8D=E4=BD=9C=E6=8C=89=E9=92=AE?= =?UTF-8?q?=E4=BC=9A=E9=94=99=E4=BD=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Tree/style/index.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Tree/style/index.less b/src/components/Tree/style/index.less index 10b15816..adf992fa 100644 --- a/src/components/Tree/style/index.less +++ b/src/components/Tree/style/index.less @@ -33,7 +33,7 @@ &__actions { position: absolute; - top: 2px; + //top: 2px; right: 3px; display: flex; }