From 5a42a411dda55798e727b31c64169e8843558cd1 Mon Sep 17 00:00:00 2001 From: WindowBird <13870814+windows-bird@user.noreply.gitee.com> Date: Wed, 5 Nov 2025 14:47:08 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BB=BB=E5=8A=A1=E8=AF=A6=E7=BB=86=E5=BA=95?= =?UTF-8?q?=E9=83=A8=E6=8C=89=E9=92=AE=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/task-detail/index.vue | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/pages/task-detail/index.vue b/pages/task-detail/index.vue index ec35b0a..077bc4f 100644 --- a/pages/task-detail/index.vue +++ b/pages/task-detail/index.vue @@ -366,7 +366,7 @@ onLoad((options) => { /* 内容滚动区域 */ .content-scroll { flex: 1; - height: calc(100vh - 120px); + height: calc(100vh - 60px); } /* 任务状态栏 */ @@ -717,8 +717,6 @@ onLoad((options) => { .btn-wrapper { flex: 1; - :deep(.uv-button) { - width: 100%; - } + }