diff --git a/README.md b/README.md
index ec8f23f..6b508d5 100644
--- a/README.md
+++ b/README.md
@@ -624,6 +624,30 @@ public async updateRule(token: string | null = null, rules: RuleData[]): Promise
+### 2024.11.26
+
+- 对话框大图显示
+- 删除告警按钮
+- 主页定时刷新
+- 布局滚动查看调整
+- 用户删除限制
+
+
+
+### 2024.12.3
+
+- 告警设置
+ - 消息队列设置
+ - 声音设置
+ - 弹窗动画添加
+ - 弹窗队列添加,错误重试机制(2s*5次)
+
+
+
+
+
+
+
diff --git a/src/App.vue b/src/App.vue
index d5158b0..be7cbcc 100644
--- a/src/App.vue
+++ b/src/App.vue
@@ -1,119 +1,14 @@
-
-
-
-
-
-
-
-
-
- 告警编号:{{ globalDialogContent.id }}
- 告警点位:{{ globalDialogContent.camera?.name }}
- 告警类型:{{ globalDialogContent.types }}
- 告警时间:{{ globalDialogContent.started_at }}
-
-
-
-
+
diff --git a/src/assets/global.css b/src/assets/global.css
index 4519ed6..487536f 100644
--- a/src/assets/global.css
+++ b/src/assets/global.css
@@ -1,5 +1,5 @@
-body{
+body {
margin: 0;
padding: 0;
-
+
}
\ No newline at end of file
diff --git a/src/components/GlobalDialog.vue b/src/components/GlobalDialog.vue
new file mode 100644
index 0000000..d671a59
--- /dev/null
+++ b/src/components/GlobalDialog.vue
@@ -0,0 +1,220 @@
+
+
+
+
+
+
+
+
+
+
+ 告警编号:{{ globalDialogContent.id }}
+ 告警点位:{{ globalDialogContent.camera?.name }}
+ 告警类型:{{ globalDialogContent.types }}
+ 告警时间:{{ globalDialogContent.started_at }}
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/components/Layout.vue b/src/components/Layout.vue
index c912249..af8268f 100644
--- a/src/components/Layout.vue
+++ b/src/components/Layout.vue
@@ -42,7 +42,7 @@
大屏页
-->
-
+
-
+
-
+
diff --git a/src/components/Max/LeftTop.vue b/src/components/Max/LeftTop.vue
index 5309838..67b6d7c 100644
--- a/src/components/Max/LeftTop.vue
+++ b/src/components/Max/LeftTop.vue
@@ -344,7 +344,7 @@ onBeforeUnmount(() => {
width: 100%;
height: 100%;
margin: 1vh;
- padding: 2vh 0;
+ padding: 1vh 1vw;
overflow-y: scroll;
scrollbar-width:none;
}
diff --git a/src/components/Settings.vue b/src/components/Settings.vue
index 6c842e5..0deeac5 100644
--- a/src/components/Settings.vue
+++ b/src/components/Settings.vue
@@ -1,17 +1,73 @@
-