From a55b94e4abc0a7d36ba15e24d9eb1e21aa84565f Mon Sep 17 00:00:00 2001 From: joylink_cuiweidong <364937672@qq.com> Date: Mon, 15 Aug 2022 17:27:31 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BB=A3=E7=A0=81=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/jmapNew/theme/datie_02/menus/index.vue | 24 ++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/src/jmapNew/theme/datie_02/menus/index.vue b/src/jmapNew/theme/datie_02/menus/index.vue index ede1af4aa..120154be7 100644 --- a/src/jmapNew/theme/datie_02/menus/index.vue +++ b/src/jmapNew/theme/datie_02/menus/index.vue @@ -40,6 +40,8 @@
{{ tipContent.time+": "+tipContent.message }}
+
+
@@ -1041,4 +1043,26 @@ export default { border-radius: 0; background: #cb204d; } + .simulationTellInfo{ + position: absolute; + width: 320px; + height: 100px; + top: 50px; + right:10px; + padding: 5px; + overflow:auto; + background: #c3c3c3; + z-index: 2; + } + .simulationDeviceInfo{ + position: absolute; + width: 320px; + height: 100px; + top: 152px; + right:10px; + padding: 5px; + overflow:auto; + background: #c3c3c3; + z-index: 2; + }