From c4d00bfdc33ce9c895166683bb98b8b2a2390a60 Mon Sep 17 00:00:00 2001
From: fengerli <528575642@qq.com>
Date: Sat, 27 Sep 2025 17:58:15 +0800
Subject: [PATCH] 1
---
.../homeIndex/components/AlarmOverview.vue | 3 +-
.../homeIndex/components/RealTimeAlarm.vue | 125 +++++++++++++++++-
src/views/homeIndex/index.vue | 20 +--
3 files changed, 135 insertions(+), 13 deletions(-)
diff --git a/src/views/homeIndex/components/AlarmOverview.vue b/src/views/homeIndex/components/AlarmOverview.vue
index 0659e01..82a5f0e 100644
--- a/src/views/homeIndex/components/AlarmOverview.vue
+++ b/src/views/homeIndex/components/AlarmOverview.vue
@@ -32,10 +32,11 @@
justify-content: space-between;
width: 100%;
align-items: center;
- padding-top: 7.5vh;
+ margin-top: 7.5vh;
text-align: center;
font-size:0.8vw;
color: #DEEFFF;
+ padding: 1.5vw;
}
.alarmIMG {
diff --git a/src/views/homeIndex/components/RealTimeAlarm.vue b/src/views/homeIndex/components/RealTimeAlarm.vue
index 222094f..3614f4e 100644
--- a/src/views/homeIndex/components/RealTimeAlarm.vue
+++ b/src/views/homeIndex/components/RealTimeAlarm.vue
@@ -1,6 +1,125 @@
-
+