diff --git a/src/views/realtimemonitor/realtimemonitor/realtimemonitor.vue b/src/views/realtimemonitor/realtimemonitor/realtimemonitor.vue index f55bb61..e10c3fd 100644 --- a/src/views/realtimemonitor/realtimemonitor/realtimemonitor.vue +++ b/src/views/realtimemonitor/realtimemonitor/realtimemonitor.vue @@ -2,13 +2,21 @@
- +
- + - 搜索 + + 搜索 + 重置 - +
-
- +
+

@@ -41,7 +67,8 @@ v-for="(item1, index1) in item.deviceArray" :key="index1" :style="{ - backgroundColor: index1 == item.activeIndex ? '#5EC894' : '#9841FC', + backgroundColor: + index1 == item.activeIndex ? '#5EC894' : '#9841FC', }" > {{ item1.deviceName }} @@ -80,16 +107,26 @@
- +
{{ item2.name }} - +
- {{ item2.value != null ? item2.value.toFixed(2) : "--" }} + {{ + item2.value != null ? item2.value.toFixed(2) : "--" + }}
@@ -112,22 +149,22 @@
@@ -207,7 +752,7 @@ function handleChartModal(row) { text-align: left; font-weight: bold; font-family: OPPOSans, OPPOSans; - + font-size: 14px; font-style: normal; text-transform: none; @@ -233,7 +778,7 @@ function handleChartModal(row) { .title { color: rgba(255, 255, 255, 0.8); font-family: OPPOSans, OPPOSans; - + font-size: 14px; line-height: 19px; text-align: left;