From 9d09a66415382086ee09d5a620d6f5b182aa3702 Mon Sep 17 00:00:00 2001
From: 张含笑 <zhx18749296735@163.com>
Date: Wed, 23 Jul 2025 17:08:12 +0800
Subject: [PATCH] Merge branch 'refs/heads/feature/v3.0.0/个人工作台优化' into dev

---
 src/views/wel/components/taskOutcome.vue |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/views/wel/components/taskOutcome.vue b/src/views/wel/components/taskOutcome.vue
index e8186e6..c57c656 100644
--- a/src/views/wel/components/taskOutcome.vue
+++ b/src/views/wel/components/taskOutcome.vue
@@ -221,7 +221,7 @@
   background: #ffffff !important;
   margin-top: 10px;
   margin-left: 10px;
-  height: pxToVh(400);
+  height: pxToVh(473);
   .card-title {
     display: flex;
     margin-bottom: 10px;
@@ -307,7 +307,7 @@
 .chart {
   width: 98%;
   // height: 265px;
-  height: pxToVh(285);
+  height: pxToVh(355);
   padding-left: 10px;
   margin-top: 27px;
 }

--
Gitblit v1.9.3