From cbec4308b61d0147cd60abfcbbb90db24c4a8e7f Mon Sep 17 00:00:00 2001
From: 张含笑 <zhx18749296735@163.com>
Date: Tue, 08 Apr 2025 15:22:29 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/master'

---
 src/views/TaskManage/TaskTop/TaskTotal.vue |   11 ++++++-----
 1 files changed, 6 insertions(+), 5 deletions(-)

diff --git a/src/views/TaskManage/TaskLeft/TaskTotal.vue b/src/views/TaskManage/TaskTop/TaskTotal.vue
similarity index 92%
rename from src/views/TaskManage/TaskLeft/TaskTotal.vue
rename to src/views/TaskManage/TaskTop/TaskTotal.vue
index ad69663..5a5178c 100644
--- a/src/views/TaskManage/TaskLeft/TaskTotal.vue
+++ b/src/views/TaskManage/TaskTop/TaskTotal.vue
@@ -1,6 +1,6 @@
 <!-- 任务统计 -->
 <template>
-  <common-title title="任务统计" :style="{ marginLeft: pxToRem(14) }"></common-title>
+  <!-- <common-title title="任务统计" :style="{ marginLeft: pxToRem(14) }"></common-title> -->
   <div class="task-total">
     <div class="card" v-for="item in list">
       <div>
@@ -53,10 +53,11 @@
 <style lang="scss" scoped>
 .task-total {
   font-family: YouSheBiaoTiHei, YouSheBiaoTiHei;
-  margin-left: 29px;
-  padding: 16px 16px;
+  // margin-left: 29px;
+  // padding: 16px 16px;
   width: 340px;
-  height: 400px;
+  height: 200px;
+  left: 40px;
   background: linear-gradient(
     270deg,
     rgba(31, 62, 122, 0) 0%,
@@ -69,7 +70,7 @@
   display: grid;
   grid-template-columns: repeat(2, 1fr);
   grid-template-rows: repeat(3, 1fr);
-  gap: 20px;
+  gap: 10px;
   padding: 20px;
   .card {
     /* position: absolute;

--
Gitblit v1.9.3