From 40674acaa6169f46f98e532d9dc33919896e2328 Mon Sep 17 00:00:00 2001 From: zhihao <18915542763@163.com> Date: Wed, 1 Jul 2026 13:45:05 +0800 Subject: [PATCH] =?UTF-8?q?czh-20260701-=E4=BF=AE=E5=A4=8D=E5=8D=8F?= =?UTF-8?q?=E4=BD=9C=E8=80=85=E6=9D=83=E9=99=90=E7=9B=B8=E5=85=B3=E5=86=85?= =?UTF-8?q?=E5=AE=B9=EF=BC=9B=E5=8E=BB=E9=99=A4=E5=B8=AE=E5=8A=A9=E4=B8=AD?= =?UTF-8?q?=E5=BF=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../tasklist/components/PlanPreviewModal.vue | 15 +++++++++++++-- src/views/tasklist/components/TaskContent.vue | 18 +----------------- src/views/tasklist/index.vue | 3 +++ 3 files changed, 17 insertions(+), 19 deletions(-) diff --git a/src/views/tasklist/components/PlanPreviewModal.vue b/src/views/tasklist/components/PlanPreviewModal.vue index 2a2e088..891dda8 100644 --- a/src/views/tasklist/components/PlanPreviewModal.vue +++ b/src/views/tasklist/components/PlanPreviewModal.vue @@ -5,7 +5,7 @@ :footer="null" :destroy-on-close="true" wrap-class-name="plan-preview-modal" - :body-style="{ maxHeight: '80vh', overflowY: 'auto', padding: '0 24px' }" + :body-style="{ height: '78vh', overflowY: 'auto', padding: '0 24px' }" @cancel="emit('update:visible', false)" >