From 9f3f480dffe253798a0f1b8bcb3191a100b0561a Mon Sep 17 00:00:00 2001
From: 罗广辉 <guanghui.luo@foxmail.com>
Date: Tue, 29 Jul 2025 11:43:09 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/dev' into dev

---
 src/views/wel/components/taskOutcome.vue |   15 ++++++---------
 1 files changed, 6 insertions(+), 9 deletions(-)

diff --git a/src/views/wel/components/taskOutcome.vue b/src/views/wel/components/taskOutcome.vue
index c57c656..773c115 100644
--- a/src/views/wel/components/taskOutcome.vue
+++ b/src/views/wel/components/taskOutcome.vue
@@ -40,9 +40,7 @@
 const totalNum = ref(0)
 const dateSelect = ref('CURRENT_YEAR');
 const refresh = () => {
-  // params.value.dateEnum = 'CURRENT_YEAR';
-  // checked.value = 'CURRENT_YEAR';
-  // dateSelect.value = 'CURRENT_YEAR';
+
   getBarChartData(params.value);
 };
 let timeClick = (item, index) => {
@@ -72,7 +70,7 @@
   legend: {
     itemWidth: 14,
     itemHeight: 8,
-    data: ['照片总数', '视频总数', 'AI识别', '全景', '三维', '正射'], // 确保包含所有系列名称
+    data: ['照片总数', '视频总数', 'AI识别', '全景', '三维', '正射'], 
     top: '-1%',
     textStyle: {
       color: '#383838',
@@ -80,7 +78,7 @@
     },
   },
   grid: {
-    // top: '5%',
+    top: '9%', 
     left: 0,
     right: 0,
     bottom: 0,
@@ -224,7 +222,7 @@
   height: pxToVh(473);
   .card-title {
     display: flex;
-    margin-bottom: 10px;
+    // margin-bottom: 10px;
     align-items: center;
     justify-content: space-between;
     .cardtotal {
@@ -306,9 +304,8 @@
 }
 .chart {
   width: 98%;
-  // height: 265px;
-  height: pxToVh(355);
+  height: pxToVh(380);
   padding-left: 10px;
-  margin-top: 27px;
+  margin-top: 10px;
 }
 </style>

--
Gitblit v1.9.3