From ae546f56678fc5d24243803bb1a07955fbed37f2 Mon Sep 17 00:00:00 2001 From: MT-Mint <798521692@qq.com> Date: Mon, 20 Apr 2026 16:03:58 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E5=8E=BB=E9=99=A4=E6=BC=AB=E6=B8=B8?= =?UTF-8?q?=E5=AF=BC=E8=88=AA=E9=98=B4=E5=BD=B1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/components/workspace/input-box.tsx | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/frontend/src/components/workspace/input-box.tsx b/frontend/src/components/workspace/input-box.tsx index b6c127f4..3c45b4bb 100644 --- a/frontend/src/components/workspace/input-box.tsx +++ b/frontend/src/components/workspace/input-box.tsx @@ -732,12 +732,9 @@ export function InputBox({ onClose={closeInputToolsTour} onFinish={closeInputToolsTour} gap={ - { offset: 4 , radius: 2 } + { offset: 3 , radius:10 } } mask={{ - style: { - boxShadow: 'inset 0 0 15px #333', - }, color: 'rgba(255,255,255, .8)', }} steps={inputToolsTourSteps}