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