From fbe7c50dee59abe3a463f4682a3fb675a955d8ae Mon Sep 17 00:00:00 2001
From: 张含笑 <zhx18749296735@163.com>
Date: Wed, 23 Jul 2025 14:59:31 +0800
Subject: [PATCH] feat:个人工作台调整

---
 src/views/wel/components/calendarBox.vue |    9 +++++----
 src/views/wel/components/backlog.vue     |    2 +-
 src/views/wel/components/taskOutcome.vue |    2 +-
 3 files changed, 7 insertions(+), 6 deletions(-)

diff --git a/src/views/wel/components/backlog.vue b/src/views/wel/components/backlog.vue
index 9c52e74..b59c5cf 100644
--- a/src/views/wel/components/backlog.vue
+++ b/src/views/wel/components/backlog.vue
@@ -240,7 +240,7 @@
 .bocklogBox {
   width: 100%;
   // height: 306px;
-  height: pxToVh(326);
+  height: pxToVh(316);
   background: rgba(255, 255, 255, 0.41);
   box-shadow: 0px 3px 4px -1px rgba(125, 125, 125, 0.25);
   border-radius: 8px 8px 8px 8px;
diff --git a/src/views/wel/components/calendarBox.vue b/src/views/wel/components/calendarBox.vue
index 3655799..2815e94 100644
--- a/src/views/wel/components/calendarBox.vue
+++ b/src/views/wel/components/calendarBox.vue
@@ -1,9 +1,10 @@
 <template>
   <div class="calenBox">
-    <el-calendar ref="calendar" v-model="currentMonth">
+    <el-calendar ref="calendar" v-model="currentMonth" >
       <template #header="{ date }">
         <div>
           <img :src="caleft" alt="" @click="selectDate('prev-month')" />
+         
           <el-date-picker
             v-model="currentMonth"
             type="month"
@@ -223,7 +224,7 @@
 
 <style lang="scss">
 .calenBox {
-  height: pxToVh(660);
+  height: pxToVh(670);
   // 隐藏按钮组中间按钮
   .el-button-group > .el-button:not(:first-child):not(:last-child) {
     display: none;
@@ -302,7 +303,7 @@
 <style lang="scss" scoped>
 .calenBox {
   margin-top: 10px;
-  height: pxToVh(622);
+  height: pxToVh(632);
   border-radius: 10px;
   overflow: hidden;
   background-color: #fff;
@@ -317,7 +318,7 @@
       color: #363636;
     }
     .el-calendar-table .el-calendar-day {
-      height: pxToVh(85) !important;
+      height: pxToVh(88) !important;
     }
 
     // 选中日期样式
diff --git a/src/views/wel/components/taskOutcome.vue b/src/views/wel/components/taskOutcome.vue
index 96bb8f8..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(471);
+  height: pxToVh(473);
   .card-title {
     display: flex;
     margin-bottom: 10px;

--
Gitblit v1.9.3