Browse Source

添加负载单位

dev
selia-zx 1 month ago
parent
commit
b8ee223e10
  1. 20
      src/views/centerairC/sysMonitor/monitorCenter.vue

20
src/views/centerairC/sysMonitor/monitorCenter.vue

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

Loading…
Cancel
Save