From e3d5a60cd3f9bca7d56b3643d97ba731e0c15764 Mon Sep 17 00:00:00 2001 From: fengrong Date: Thu, 31 Oct 2024 09:32:37 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A6=96=E9=A1=B5=E5=9B=BE=E7=89=87=E5=A4=A7?= =?UTF-8?q?=E5=B0=8F=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ui/dasadmin/src/views/backend/dashboard.vue | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/ui/dasadmin/src/views/backend/dashboard.vue b/ui/dasadmin/src/views/backend/dashboard.vue index d6b73905..40b822cf 100644 --- a/ui/dasadmin/src/views/backend/dashboard.vue +++ b/ui/dasadmin/src/views/backend/dashboard.vue @@ -372,7 +372,6 @@ const FanList = ref() const StatusListData = () => { getWindTurbineMatrixData().then((res) => { if (res.code == 200) { - debugger const toalNum=res.data FanList.value=res.data currentDayStatus.value.windTurbineNum=toalNum.length @@ -915,8 +914,8 @@ onUnmounted(() => { border-radius: 10px; padding: 10px; .small-panel-pic{ - width: 24px; - height: 24px; + width: 36px; + height: 36px; } .small-base{ margin-left: 10px; @@ -955,8 +954,8 @@ onUnmounted(() => { width: 100%; } .status-panel-piczt{ - width: 36px; - height: 36px; + width: 24px; + height: 24px; } }