|
|
|
@ -160,8 +160,8 @@
|
|
|
|
|
:title="`${hostList[0].deviceName}性能`" |
|
|
|
|
@click="goHostDetail(hostList[0], false)" |
|
|
|
|
></div> |
|
|
|
|
<div class="hostLoad1" v-if="hostLoadData(0) && hostListRunClass(0)"> |
|
|
|
|
{{ hostLoad0 }} |
|
|
|
|
<div class="hostLoad1" v-if="hostListRunClass(0) && hostLoadData(0)"> |
|
|
|
|
{{ hostLoad0 }}% |
|
|
|
|
</div> |
|
|
|
|
<div class="water-flow1"> |
|
|
|
|
<div class="water-flow-li"> |
|
|
|
@ -211,8 +211,8 @@
|
|
|
|
|
:title="`${hostList[1].deviceName}性能`" |
|
|
|
|
@click="goHostDetail(hostList[1], false)" |
|
|
|
|
></div> |
|
|
|
|
<div class="hostLoad2" v-if="hostListRunClass(1) && hostListRunClass(1)"> |
|
|
|
|
{{ hostLoad1 }} |
|
|
|
|
<div class="hostLoad2" v-if="hostListRunClass(1) && hostLoadData(1)"> |
|
|
|
|
{{ hostLoad1 }}% |
|
|
|
|
</div> |
|
|
|
|
<div class="water-flow2"> |
|
|
|
|
<div class="water-flow-li"> |
|
|
|
@ -266,8 +266,8 @@
|
|
|
|
|
@click="goHostDetail(hostList[2], true)" |
|
|
|
|
></div> |
|
|
|
|
<!-- 主机负载 --> |
|
|
|
|
<div class="hostLoad3" v-if="hostListRunClass(2) && hostListRunClass(2)"> |
|
|
|
|
{{ hostLoad2 }} |
|
|
|
|
<div class="hostLoad3" v-if="hostListRunClass(2) && hostLoadData(2)"> |
|
|
|
|
{{ hostLoad2 }}% |
|
|
|
|
</div> |
|
|
|
|
<!-- 主机冷却冷冻水流信息 --> |
|
|
|
|
<div class="water-flow3"> |
|
|
|
@ -2217,8 +2217,8 @@ export default {
|
|
|
|
|
font-size: 0.16rem; |
|
|
|
|
color: #ffffff; |
|
|
|
|
position: absolute; |
|
|
|
|
top: 0.33rem; |
|
|
|
|
left: 7.5rem; |
|
|
|
|
top: 0.34rem; |
|
|
|
|
left: 7.55rem; |
|
|
|
|
font-weight: bold; |
|
|
|
|
transform: rotateX(20deg) rotateY(-25deg) rotateZ(-5deg); |
|
|
|
|
} |
|
|
|
@ -2227,8 +2227,8 @@ export default {
|
|
|
|
|
font-size: 0.16rem; |
|
|
|
|
color: #ffffff; |
|
|
|
|
position: absolute; |
|
|
|
|
top: 0.48rem; |
|
|
|
|
left: 7.03rem; |
|
|
|
|
top: 0.46rem; |
|
|
|
|
left: 7rem; |
|
|
|
|
font-weight: bold; |
|
|
|
|
transform: rotateX(20deg) rotateY(-25deg) rotateZ(-5deg); |
|
|
|
|
} |
|
|
|
|