From 5de8c7933a9b688ec1e7f70708a0e217e3c130de Mon Sep 17 00:00:00 2001 From: wibetter <365533093@qq.com> Date: Thu, 1 Jun 2023 17:17:04 +0800 Subject: [PATCH] =?UTF-8?q?style(amis-editor):=20=E5=8F=B3=E4=BE=A7?= =?UTF-8?q?=E5=B1=9E=E6=80=A7=E9=85=8D=E7=BD=AE=E9=9D=A2=E6=9D=BF=E5=BA=95?= =?UTF-8?q?=E9=83=A8=E6=8F=90=E4=BA=A4=E6=8C=89=E9=92=AE=E7=A1=AE=E4=BF=9D?= =?UTF-8?q?=E6=BB=9A=E5=8A=A8=E5=90=B8=E9=99=84=E6=97=B6=E5=9C=A8=E6=9C=80?= =?UTF-8?q?=E5=BA=95=E9=83=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/amis-editor-core/scss/_rightPanel.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/amis-editor-core/scss/_rightPanel.scss b/packages/amis-editor-core/scss/_rightPanel.scss index d3f1a4122..4dd4ff31b 100644 --- a/packages/amis-editor-core/scss/_rightPanel.scss +++ b/packages/amis-editor-core/scss/_rightPanel.scss @@ -251,7 +251,7 @@ $tooltip-bottom: '[data-tooltip][data-position=' bottom ']:hover:after'; > input { position: sticky; left: 0; - bottom: 0; + bottom: -16px; margin-bottom: 0; width: 100%; line-height: 1;