From bff85d777d7eb1e362adce089a287fd9bc85c03c Mon Sep 17 00:00:00 2001
From: shishuaikang <280848880@qq.com>
Date: 星期四, 07 十二月 2023 15:11:00 +0800
Subject: [PATCH] 1.搅合站分辨率修改 2.拌和站屏管理添加材料改成input 3.巡检任务bug修改

---
 web/src/views/MixingInfo/mixing.vue |   17 ++++++++++-------
 1 files changed, 10 insertions(+), 7 deletions(-)

diff --git a/web/src/views/MixingInfo/mixing.vue b/web/src/views/MixingInfo/mixing.vue
index 55d42a7..b6801dd 100644
--- a/web/src/views/MixingInfo/mixing.vue
+++ b/web/src/views/MixingInfo/mixing.vue
@@ -1,7 +1,7 @@
 <template>
     <div class="wrap">
         <div class="header">
-            <div class="header_name">中铁十四局通甬站前I标管片场拌合站</div>
+            <div class="header_name">中铁十四局通甬站前I标管片场拌和站</div>
         </div>
         <div class="container">
             <div class="con_name">
@@ -46,7 +46,7 @@
             fn()
             return fn
         })(),
-        1000 * 60 * 1
+        1000 * 60 * 10
     )
     if (Vue) {
         Vue.$once('hook:beforeDestroy', function () {
@@ -137,7 +137,7 @@
     }
 }
 </script>
-<style scoped>
+<style lang="scss" scoped>
 li {
     list-style: none;
 }
@@ -162,7 +162,7 @@
     background-size: 100% auto;
 
     .header_name {
-        font-size: 1.6rem;
+        font-size: 1.4rem;
         font-weight: bold;
         line-height: 3.2rem;
         letter-spacing: 2px;
@@ -174,6 +174,7 @@
 }
 
 .container {
+    overflow: hidden;
     flex: 1;
     display: flex;
     flex-direction: column;
@@ -207,6 +208,7 @@
         }
 
         .line {
+            overflow: hidden;
             flex: 1;
             height: 14px;
 
@@ -221,6 +223,7 @@
     }
 
     .con_main {
+        overflow: hidden;
         margin-top: 10px;
         flex: 1;
         display: flex;
@@ -255,13 +258,13 @@
                 float: left;
                 width: 50%;
                 height: 100%;
-                min-height: 480px;
                 text-align: center;
 
-                >p {
+                > p {
                     position: absolute;
                     left: 50%;
-                    top: 21%;
+                    top: 18%;
+                    font-size: 0.7rem;
                     white-space: nowrap;
                     transform: translate(-50%, -50%);
                 }

--
Gitblit v1.9.3