From abfe6985b2678445ea8da974b204d9fe2ffdb887 Mon Sep 17 00:00:00 2001
From: liukangdong <898885815@qq.com>
Date: 星期二, 24 十二月 2024 15:23:41 +0800
Subject: [PATCH] ll

---
 screen/src/views/TaskEfficiency.vue |   17 +++++++++++------
 1 files changed, 11 insertions(+), 6 deletions(-)

diff --git a/screen/src/views/TaskEfficiency.vue b/screen/src/views/TaskEfficiency.vue
index ccacc0f..7923c46 100644
--- a/screen/src/views/TaskEfficiency.vue
+++ b/screen/src/views/TaskEfficiency.vue
@@ -129,7 +129,8 @@
             </div>
           </div>
           <div class="center_box_bg">
-            <img v-if="showWorkModal" class="point_icon" :style="{ left: workModalParam.left + 'px', top: workModalParam.top + 'px' }"
+            <img v-if="showWorkModal" class="point_icon"
+              :style="{ left: workModalParam.left + 'px', top: workModalParam.top + 'px' }"
               src="@/assets/ani/apngb-animated.png" alt="">
             <div class="work_modal" :style="{ left: workModalParam.left2 + 'px', top: workModalParam.top + 'px' }"
               @click="showWorkModal = false" v-if="showWorkModal">
@@ -364,9 +365,9 @@
   const option = {
     grid: {
       top: '32%',
-      left: '0%',
+      left: '6%',
       right: '7%',
-      bottom: '0%',
+      bottom: '10%',
       containLabel: true,
     },
     legend: {
@@ -418,8 +419,11 @@
         name: '涓囨敮',
         type: 'value',
         axisLabel: {
-          show: true,
-          color: "#9eaaba",
+          color: '#869CC9'
+        },
+        nameTextStyle: {
+          color: '#869CC9',
+          padding: [0, 0, 0, 12]    // 鍥涗釜鏁板瓧鍒嗗埆涓轰笂鍙充笅宸︿笌鍘熶綅缃窛绂�
         },
         axisLine: {
           show: true,
@@ -1185,7 +1189,8 @@
         }
 
       }
-      .modal_bg{
+
+      .modal_bg {
         position: fixed;
         left: 0;
         top: 0;

--
Gitblit v1.9.3