From 0843f9b1526b7680f5cd419cf1f2d2fff44562ee Mon Sep 17 00:00:00 2001
From: k94314517 <8417338+k94314517@user.noreply.gitee.com>
Date: 星期三, 25 十二月 2024 18:39:39 +0800
Subject: [PATCH] 代码初始化

---
 screen/src/views/TaskEfficiency.vue |   23 ++++++++++++++---------
 1 files changed, 14 insertions(+), 9 deletions(-)

diff --git a/screen/src/views/TaskEfficiency.vue b/screen/src/views/TaskEfficiency.vue
index d1a3280..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">
@@ -165,9 +166,9 @@
             <div class="modal_bg" v-if="showWorkModal" @click="showWorkModal = false"></div>
           </div>
           <div class="center_box_two">
-            <!-- <div v-if="data4.videoIndexCodes && data4.videoIndexCodes.length > 0" class="videos">
+            <div v-if="data4.videoIndexCodes && data4.videoIndexCodes.length > 0" class="videos">
               <Videos :href="data4.videoPluginUrl" :indexCodes="data4.videoIndexCodes" />
-            </div> -->
+            </div>
             <div class="list">
               <div class="line header">
                 <div>鏈堝彴鍚嶇О</div>
@@ -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;
@@ -1636,4 +1641,4 @@
   object-fit: cover;
   z-index: -1;
 }
-</style>
\ No newline at end of file
+</style>

--
Gitblit v1.9.3