From 90b235e015befb43767222f86db1664a16bc434c Mon Sep 17 00:00:00 2001
From: maochaoying <925670706@qq.com>
Date: Mon, 4 Sep 2023 09:33:13 +0800
Subject: [PATCH] =?UTF-8?q?=E8=AD=A6=E6=8A=A5=E4=BF=A1=E6=81=AF?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/components/Operator.vue | 60 ++++++++++++++++++++++++++++++++++++++++-----
src/pages/Home.vue | 3 ++-
2 files changed, 56 insertions(+), 7 deletions(-)
diff --git a/src/components/Operator.vue b/src/components/Operator.vue
index ff8c90e..1b68449 100644
--- a/src/components/Operator.vue
+++ b/src/components/Operator.vue
@@ -17,16 +17,59 @@
警报信息
-
- 详情
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -209,17 +252,22 @@ onUnmounted(() => {
align-items: center;
justify-content: space-between;
box-sizing: border-box;
- padding: 0 20px;
width: 726px;
height: 50px;
border-radius: 6px;
- background: #f6f6f6;
.warn_text {
font-family: Source Han Sans CN;
font-size: 12px;
font-weight: 500;
letter-spacing: 0.1em;
color: #fa1c1c;
+ background: #f6f6f6;
+ width: 468px;
+ height: 50px;
+ border-radius: 6px;
+ display: flex;
+ align-items: center;
+ padding-left: 22px;
}
.detail_btn {
width: 105px;
diff --git a/src/pages/Home.vue b/src/pages/Home.vue
index 4889146..af4c8ee 100644
--- a/src/pages/Home.vue
+++ b/src/pages/Home.vue
@@ -151,7 +151,8 @@
/>
-
+
+
IP {{ settingStore.deviceIp }}