From b7d7ba71ac11b10d6cd8dedca24ffaf751dc81e1 Mon Sep 17 00:00:00 2001
From: xiangpei <xiangpei@timesnew.cn>
Date: 星期三, 18 九月 2024 16:17:26 +0800
Subject: [PATCH] 大屏优化

---
 src/views/screen/index.vue |   21 ++++++++++++---------
 1 files changed, 12 insertions(+), 9 deletions(-)

diff --git a/src/views/screen/index.vue b/src/views/screen/index.vue
index 0f5f718..93572eb 100644
--- a/src/views/screen/index.vue
+++ b/src/views/screen/index.vue
@@ -114,9 +114,9 @@
           <div class="normal-statistics-content">
             <ul class="list-title-container">
               <li>鍦板尯</li>
-              <li>瑙嗛璁惧</li>
-              <li>杞﹁締璁惧</li>
-              <li>浜鸿劯璁惧</li>
+              <li>瑙嗛</li>
+              <li>杞﹁締</li>
+              <li>浜鸿劯</li>
             </ul>
             <div class="list-content">
               <div class="list-content-to is-scroll-bar">
@@ -396,14 +396,14 @@
       item1.value1 = this.workOrderData.doneNum
       item1.value2 = this.workOrderData.totalNum - this.workOrderData.doneNum
       item1.color = '#5cff9a'
-      item1.title = '宸插鐞嗗伐鍗曟暟'
+      item1.title = '宸插鐞�'
       this.statistics.push(item1)
 
       let item2 = {value1: 0, value2: 0, title: "", color: ""}
       item2.value1 = this.workOrderData.todoNum
       item2.value2 = this.workOrderData.totalNum - this.workOrderData.todoNum
       item2.color = '#ff7b72'
-      item2.title = '鏈鐞嗗伐鍗曟暟'
+      item2.title = '鏈鐞�'
       this.statistics.push(item2)
       console.log( this.statistics)
     },
@@ -976,6 +976,7 @@
         display: flex;
         flex-direction: column;
         height: 0;
+        overflow: hidden;
 
         .title {
           width: 100%;
@@ -989,7 +990,7 @@
           position: relative;
           border-bottom: 1px solid #3e97e4;
           border-right: 1px solid #3e97e4;
-          padding: 4% 4% 4% 0;
+          padding: 0 4% 4% 0;
           box-sizing: border-box;
           height: 0;
 
@@ -1017,6 +1018,7 @@
           .list-title-container {
             width: 100%;
             height: 45px;
+            margin: 4px 0 0 0;
             line-height: 45px;
             list-style-type: none;
             display: flex;
@@ -1092,6 +1094,7 @@
               height: 100%;
               overflow-y: auto;
               overflow-x: hidden;
+              padding: 10px 0;
             }
 
             .item-list {
@@ -1100,7 +1103,7 @@
               align-items: center;
               list-style-type: none;
               border-bottom: 1px dashed #223654;
-
+              margin: 10px 0;
               li {
                 width: 25%;
                 text-align: center;
@@ -1111,8 +1114,8 @@
                 white-space: nowrap;
                 overflow: hidden;
                 text-overflow: ellipsis;
-                height: 44px;
-                line-height: 44px;
+                height: 28px;
+                line-height: 28px;
               }
 
               .name {

--
Gitblit v1.8.0