husq
2023-10-10 0b58700ce0eeef47687a2102eba2a08b2daa3068
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>