From 3efe2606474fba1905fa4edab82b713b9cfb5ef3 Mon Sep 17 00:00:00 2001
From: baoshiwei <baoshiwei@shlanbao.cn>
Date: 星期二, 01 八月 2023 08:22:03 +0800
Subject: [PATCH] 完成车间大屏

---
 src/views/dry/monitor/WorkShop.vue |   46 +++++++++++++++++++++++-----------------------
 1 files changed, 23 insertions(+), 23 deletions(-)

diff --git a/src/views/dry/monitor/WorkShop.vue b/src/views/dry/monitor/WorkShop.vue
index a2ade85..b361f6a 100644
--- a/src/views/dry/monitor/WorkShop.vue
+++ b/src/views/dry/monitor/WorkShop.vue
@@ -85,8 +85,8 @@
 									:marks="marks"
 									vertical
 								/>
-								<div
-								class="info-text">鐑锛�<span >{{ realTime.get(item.id)?.windTemp | 0 }}</span> 掳C</div
+								<div class="info-text"
+									>鐑锛�<span>{{ realTime.get(item.id)?.windTemp | 0 }}</span> 掳C</div
 								>
 							</div>
 						</div>
@@ -450,13 +450,13 @@
 
 	.eqp-content {
 		height: 100%;
-    background-color: #fdfdfd;
-    box-shadow: 0px 0px 23px #72727278;
-    background-image: url(/src/assets/images/dry/ganzaoji-x.png);
-    background-repeat: no-repeat;
-    background-size: 60% 60%;
-    background-position: 105px 127px;
-    border-radius: 8px;
+		background-color: #fdfdfd;
+		box-shadow: 0px 0px 23px #72727278;
+		background-image: url(/src/assets/images/dry/ganzaoji-x.png);
+		background-repeat: no-repeat;
+		background-size: 60% 60%;
+		background-position: 105px 127px;
+		border-radius: 8px;
 	}
 
 	.chart {
@@ -477,13 +477,13 @@
 	}
 	.eqpStatus {
 		width: 170px;
-    background-position: -21px 19px;
-    background-image: url(/src/assets/images/dry/refeng2.gif);
-    background-size: 196px;
-    background-repeat: no-repeat;
-    display: inline-flex;
-    flex-direction: column-reverse;
-    padding: 15px;
+		background-position: -21px 19px;
+		background-image: url(/src/assets/images/dry/refeng2.gif);
+		background-size: 196px;
+		background-repeat: no-repeat;
+		display: inline-flex;
+		flex-direction: column-reverse;
+		padding: 15px;
 	}
 	.info {
 		display: flex;
@@ -517,13 +517,13 @@
 	}
 	.eqpName {
 		margin-top: 190px;
-    margin-left: 129px;
-    width: 95px;
-    /* font-size: 14px; */
-    font-weight: bold;
-    text-align: center;
-    background-color: white;
-    height: 22px;
+		margin-left: 58px;
+		width: 205px;
+		/* font-size: 14px; */
+		font-weight: bold;
+		text-align: center;
+		background-color: white;
+		height: 22px;
 	}
 
 	.tempChart {

--
Gitblit v1.9.3