From 0b58700ce0eeef47687a2102eba2a08b2daa3068 Mon Sep 17 00:00:00 2001
From: husq <931347610@qq.com>
Date: Tue, 10 Oct 2023 17:03:06 +0800
Subject: [PATCH] 添加设备、计划库的默认文字
---
src/pages/page-web/projects/implement.vue | 12 ++++++------
1 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/src/pages/page-web/projects/implement.vue b/src/pages/page-web/projects/implement.vue
index fb7199c..007b745 100644
--- a/src/pages/page-web/projects/implement.vue
+++ b/src/pages/page-web/projects/implement.vue
@@ -52,7 +52,7 @@
</div>
</div>
<div class="mr5 flex-align-center flex-row"
- style="width: 85px; margin-right: 0; height: 18px;">
+ style="width: 125px; margin-right: 0; height: 18px;">
<div v-if="hmsInfo[dock.gateway.sn]" class="flex-align-center flex-row">
<div :class="hmsInfo[dock.gateway.sn][0].level === EHmsLevel.CAUTION ? 'caution-blink' :
hmsInfo[dock.gateway.sn][0].level === EHmsLevel.WARN ? 'warn-blink' : 'notice-blink'"
@@ -70,7 +70,7 @@
:overlayStyle="{ width: '200px', height: '300px' }">
<div :class="hmsInfo[dock.gateway.sn][0].level === EHmsLevel.CAUTION ? 'caution' :
hmsInfo[dock.gateway.sn][0].level === EHmsLevel.WARN ? 'warn' : 'notice'"
- style="margin-left: 3px; width: 62px; height: 16px;">
+ style="margin-left: 3px; width:107px; height: 16px;">
<span class="word-loop">{{
hmsInfo[dock.gateway.sn][0].message_zh }}</span>
</div>
@@ -109,7 +109,7 @@
</a-popover>
</div>
<div v-else class="width-100"
- style="height: 90%; background: rgba(0, 0, 0, 0.35)"></div>
+ style="height: 90%; background: rgba(0, 0, 0, 0.35)">N/A</div>
</div>
</div>
<!-- // 机场是否启动 -->
@@ -128,7 +128,7 @@
</div>
</div>
<div class="mr5 flex-align-center flex-row"
- style="width: 85px; margin-right: 0; height: 18px;">
+ style="width: 125px; margin-right: 0; height: 18px;">
<div v-if="hmsInfo[dock.sn]" class="flex-align-center flex-row">
<div :class="hmsInfo[dock.sn][0].level === EHmsLevel.CAUTION ? 'caution-blink' :
hmsInfo[dock.sn][0].level === EHmsLevel.WARN ? 'warn-blink' : 'notice-blink'"
@@ -146,7 +146,7 @@
:overlayStyle="{ width: '200px', height: '300px' }">
<div :class="hmsInfo[dock.sn][0].level === EHmsLevel.CAUTION ? 'caution' :
hmsInfo[dock.sn][0].level === EHmsLevel.WARN ? 'warn' : 'notice'"
- style="margin-left: 3px; width: 62px; height: 16px;">
+ style="margin-left: 3px; width:107px; height: 16px;">
<span class="word-loop">{{ hmsInfo[dock.sn][0].message_zh
}}</span>
</div>
@@ -185,7 +185,7 @@
</a-popover>
</div>
<div v-else class="width-100"
- style="height: 90%; background: rgba(0, 0, 0, 0.35)"></div>
+ style="height: 90%; background: rgba(0, 0, 0, 0.35)">N/A</div>
</div>
</div>
</div>
--
Gitblit v1.9.3