From c79a020be41892e60021c2a750ea2976dd20f2f3 Mon Sep 17 00:00:00 2001
From: fuliqi <fuliqi@qq.com>
Date: 星期二, 05 十一月 2024 11:19:20 +0800
Subject: [PATCH] 工单审核对话框bug

---
 src/views/screen/newPage/index.vue |    8 +++-----
 1 files changed, 3 insertions(+), 5 deletions(-)

diff --git a/src/views/screen/newPage/index.vue b/src/views/screen/newPage/index.vue
index e05723c..4e2d483 100644
--- a/src/views/screen/newPage/index.vue
+++ b/src/views/screen/newPage/index.vue
@@ -45,13 +45,13 @@
                 </div>
               </div>
               <div class="data-info">
-                <div class="data-lable center">璁惧姝e父鏁�</div>
+                <div class="data-lable center">姝e父鏁�</div>
                 <div class="data-num type2 center">
                   <span v-roll>{{ item.normalNum }}</span>
                 </div>
               </div>
               <div class="data-info">
-                <div class="data-lable center">璁惧寮傚父鏁�</div>
+                <div class="data-lable center">寮傚父鏁�</div>
                 <div class="data-num type3 center">
                   <span v-roll>{{ item.errorNum }}</span>
                 </div>
@@ -86,9 +86,8 @@
             overflow: hidden;
             overflow-x: auto;
             margin-top: -9px;
-            height: 90%;
           ">
-          <div style="width: 750px">
+          <div style="width: 780px">
             <CarChart class="wrapper-item" :carList="carList"></CarChart>
           </div>
         </div>
@@ -100,7 +99,6 @@
         <div style="
             overflow: auto;
             margin-top: -9px;
-            height: 90%;
           ">
           <div style="width: 1100px">
             <VideoChart class="wrapper-item" :videoList="videoList"></VideoChart>

--
Gitblit v1.8.0