|
@ -288,9 +288,9 @@ const handleCloseAll = async () => { |
|
|
IP : {{ deviceInfo.ip }} |
|
|
IP : {{ deviceInfo.ip }} |
|
|
</div> |
|
|
</div> |
|
|
|
|
|
|
|
|
<div style="width: 50%" :class="systemStore?.systemLogList.length > 0 ? 'warning-border' : ''"> |
|
|
|
|
|
|
|
|
<div style="width: 50%; height: 30px" :class="systemStore?.systemLogList.length > 0 ? 'warning-border' : ''"> |
|
|
<div class="footer-left"> |
|
|
<div class="footer-left"> |
|
|
<img src="../assets/images/run.svg" alt="" style="padding-right: 5px"> |
|
|
|
|
|
|
|
|
<img src="../assets/images/run.svg" alt="" style="padding-right: 5px; height: 70%"> |
|
|
<span v-if="!systemStore.systemLogList.length" class="text">设备运行状态</span> |
|
|
<span v-if="!systemStore.systemLogList.length" class="text">设备运行状态</span> |
|
|
<el-popover v-else width="auto" trigger="click" placement="top"> |
|
|
<el-popover v-else width="auto" trigger="click" placement="top"> |
|
|
<template #reference> |
|
|
<template #reference> |
|
@ -563,6 +563,7 @@ const handleCloseAll = async () => { |
|
|
border-right: 5px solid #f6f6f6; |
|
|
border-right: 5px solid #f6f6f6; |
|
|
align-items: center; |
|
|
align-items: center; |
|
|
justify-content: center; |
|
|
justify-content: center; |
|
|
|
|
|
height: 100%; |
|
|
img { |
|
|
img { |
|
|
height: 60%; |
|
|
height: 60%; |
|
|
} |
|
|
} |
|
|