From b9346c0dad8727fce46482c5ed29009717a902d0 Mon Sep 17 00:00:00 2001
From: xiangpei <xiangpei@timesnew.cn>
Date: 星期三, 25 九月 2024 14:20:39 +0800
Subject: [PATCH] 标线调整

---
 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