From a7ecd2c109306f50c984f9f2d02f3560879368c6 Mon Sep 17 00:00:00 2001 From: zhangqun <179111901@qq.com> Date: Fri, 22 Dec 2023 08:56:41 +0800 Subject: [PATCH] =?UTF-8?q?=E5=90=88=E5=B9=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/page/index/index.vue | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/src/page/index/index.vue b/src/page/index/index.vue index 61da73c..a642287 100644 --- a/src/page/index/index.vue +++ b/src/page/index/index.vue @@ -57,6 +57,12 @@ + + + + +
@@ -104,7 +110,8 @@ alarmInfo:'', isShowAlarm:false, timer:null, - isLoop:false + isLoop:false, + dialogWarnVisible: false }; }, beforeCreate(){ @@ -425,6 +432,15 @@ } } } + .warn_box{ + position: fixed; + right: 20px; + bottom:100px; + display: inline-block; + width:100px; + height:100px; + background: red; + }