From 4b78fd6d409d5b7149babed28e03a8b70399b746 Mon Sep 17 00:00:00 2001 From: JOJO <1498581755@qq.com> Date: Wed, 12 Aug 2026 11:23:41 +0800 Subject: [PATCH] =?UTF-8?q?fix(input):=20=E8=BE=93=E5=85=A5=E6=A0=8F=20+?= =?UTF-8?q?=20=E6=8C=89=E9=92=AE=E6=94=B9=20SVG=20=E5=9B=BE=E6=A0=87?= =?UTF-8?q?=EF=BC=8C=E4=BF=AE=E5=A4=8D=E8=A7=86=E8=A7=89=E9=87=8D=E5=BF=83?= =?UTF-8?q?=E5=81=8F=E4=B8=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 原为裸文本 + 字形(font-size 20px),flex 居中的是行框而非字形光学 中心,hover 背景块下可见偏下。改用项目既有 SVG 加号(16x16,stroke 2), 与 WorkspaceSwitcher 同路径。 --- static/src/components/input/InputComposer.vue | 16 +++++++++++++++- .../src/styles/components/input/_composer.scss | 4 ---- 2 files changed, 15 insertions(+), 5 deletions(-) diff --git a/static/src/components/input/InputComposer.vue b/static/src/components/input/InputComposer.vue index 3b8b4b37..d6d06882 100644 --- a/static/src/components/input/InputComposer.vue +++ b/static/src/components/input/InputComposer.vue @@ -308,8 +308,22 @@ data-tutorial="quick-menu-open" @click.stop="$emit('toggle-quick-menu')" :disabled="!isConnected" + aria-label="快捷菜单" > - + +