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; } }