From ee6aa163d973f9fdd500c748b9b4538d7feeba2d Mon Sep 17 00:00:00 2001 From: zcxlsm Date: Sun, 31 Aug 2025 16:16:19 +0800 Subject: [PATCH] =?UTF-8?q?refactor(web-antd):=20=E4=BC=98=E5=8C=96?= =?UTF-8?q?=E7=94=B5=E8=A1=A8=E4=BF=A1=E6=81=AF=E5=8D=A1=E7=89=87=E7=9A=84?= =?UTF-8?q?=E6=A0=B7=E5=BC=8F=E5=92=8C=E5=86=85=E5=AE=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../electricEnergy/elctricitySituation/index.vue | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) 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 {