From 4b3d26bbd2db22064ecf12f4580b2fb0b0e8a019 Mon Sep 17 00:00:00 2001 From: liaoxuezhi <2698393+2betop@users.noreply.github.com> Date: Mon, 1 Jul 2024 17:06:02 +0800 Subject: [PATCH] =?UTF-8?q?style:=20=E7=BC=96=E8=BE=91=E5=99=A8=20crud=20?= =?UTF-8?q?=E7=9A=84=E6=89=B9=E9=87=8F=E6=93=8D=E4=BD=9C=20=E5=8F=B3?= =?UTF-8?q?=E4=BE=A7=E9=9D=A2=E6=9D=BF=E6=A0=B7=E5=BC=8F=E4=BC=98=E5=8C=96?= =?UTF-8?q?=20(#10554)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/amis-editor-core/scss/editor.scss | 2 ++ 1 file changed, 2 insertions(+) diff --git a/packages/amis-editor-core/scss/editor.scss b/packages/amis-editor-core/scss/editor.scss index 68d50f647..1bc0d7d67 100644 --- a/packages/amis-editor-core/scss/editor.scss +++ b/packages/amis-editor-core/scss/editor.scss @@ -1608,8 +1608,10 @@ div.ae-DragImage { .col-edit { width: 30px; flex-grow: 0; + min-width: auto; > button { + cursor: pointer; border: 0; background-color: transparent; outline: none;