diff --git a/apps/web-antd/src/views/property/energyManagement/electricEnergy/elctricitySituation/index.vue b/apps/web-antd/src/views/property/energyManagement/electricEnergy/elctricitySituation/index.vue index a66b513b..c4a2fef2 100644 --- a/apps/web-antd/src/views/property/energyManagement/electricEnergy/elctricitySituation/index.vue +++ b/apps/web-antd/src/views/property/energyManagement/electricEnergy/elctricitySituation/index.vue @@ -51,7 +51,7 @@ function targetFn() {

- {{ item.meterName }}{{ item.installLocation }} + {{ item.meterName }}

{{ item.initReading }}

@@ -60,24 +60,23 @@ function targetFn() {
  • - 时间: + 采集时间: {{ readingTime }}
  • - 采集器IP: - {{ item.hostIp }} + 设备位置: + {{ item.installLocation }}
@@ -119,7 +118,7 @@ function targetFn() { border-bottom: 4px solid #87ceeb; box-shadow: 0 6px 30px rgba(173, 216, 230, 0.3); font-family: 'Poppins', sans-serif; - height: 290px; + height: 270px; margin: 0 5px 20px 5px; } @@ -207,6 +206,7 @@ function targetFn() { .meterInfo-list ul li span { font-weight: 300; + white-space: nowrap; } .button-get-plan {