From 00fbddf524a919baf532de3b6b02d19ce484b521 Mon Sep 17 00:00:00 2001 From: qkiroc <30946345+qkiroc@users.noreply.github.com> Date: Mon, 26 Jun 2023 11:19:21 +0800 Subject: [PATCH] =?UTF-8?q?styles:=20=E4=BC=98=E5=8C=96treeSelection?= =?UTF-8?q?=E7=BB=84=E4=BB=B6=E6=A0=B7=E5=BC=8F=20(#7256)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: qinhaoyan <30946345+qinhaoyan@users.noreply.github.com> --- packages/amis-ui/scss/components/form/_selection.scss | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/amis-ui/scss/components/form/_selection.scss b/packages/amis-ui/scss/components/form/_selection.scss index 6a4b8fc9b..a5acc4d2c 100644 --- a/packages/amis-ui/scss/components/form/_selection.scss +++ b/packages/amis-ui/scss/components/form/_selection.scss @@ -196,7 +196,7 @@ &-sublist { position: relative; - margin: 0 0 0 px2rem(35px); + margin: 0 0 0 px2rem(30px); display: none; } @@ -249,7 +249,7 @@ } .#{$ns}TreeSelection-itemLabel { - margin-left: var(--gap-xs); + // margin-left: var(--gap-xs); } } @@ -451,4 +451,4 @@ &-input.is-active &-caret { transform: rotate(180deg); } -} \ No newline at end of file +}