From 3a9b5388f9022e50a79cdbf2b3e9796a763264c4 Mon Sep 17 00:00:00 2001 From: JOJO <1498581755@qq.com> Date: Sun, 12 Apr 2026 13:42:39 +0800 Subject: [PATCH] =?UTF-8?q?style(mobile):=20=E4=BC=98=E5=8C=96=E5=AE=A1?= =?UTF-8?q?=E6=89=B9=E9=9D=A2=E6=9D=BF=E7=A7=BB=E5=8A=A8=E7=AB=AF=E6=A0=B7?= =?UTF-8?q?=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 移除顶部灰色块,内容直接顶头显示 - 移除关闭按钮圆形外框,只保留×符号 - 统一配色与电脑端一致 --- .../components/panels/ToolApprovalPanel.vue | 36 +++++++++++++++++-- .../styles/components/overlays/_overlays.scss | 12 +++++++ 2 files changed, 45 insertions(+), 3 deletions(-) diff --git a/static/src/components/panels/ToolApprovalPanel.vue b/static/src/components/panels/ToolApprovalPanel.vue index ecbdf4f..a07e94e 100644 --- a/static/src/components/panels/ToolApprovalPanel.vue +++ b/static/src/components/panels/ToolApprovalPanel.vue @@ -4,9 +4,9 @@ :class="{ collapsed }" :style="{ width: collapsed ? '0px' : width + 'px' }" > -