From 0ae255185f422781f8a5cc4c52ad56ee0d3a1e6e Mon Sep 17 00:00:00 2001 From: 陶杰 <1378534974@qq.com> Date: 星期五, 29 十一月 2024 19:07:15 +0800 Subject: [PATCH] 1.首页可拖拽 2.没有名字去掉悬浮层 3.增加了背景 --- src/components/device-info.vue | 11 ++++++----- 1 files changed, 6 insertions(+), 5 deletions(-) diff --git a/src/components/device-info.vue b/src/components/device-info.vue index 07c9b5c..b216632 100644 --- a/src/components/device-info.vue +++ b/src/components/device-info.vue @@ -90,10 +90,10 @@ <div class="button-to-check" v-if=" - device_info?.status==1 || - device_info?.status==2 || - device_info?.status==3 || - device_info?.status==4 + device_info?.statusInt==1 || + device_info?.statusInt==2 || + device_info?.statusInt==3 || + device_info?.statusInt==4 " @click="statusPort(index)" @@ -220,7 +220,7 @@ width: 49rem; position: absolute; // top: -31.5rem; - top: -46.5rem; + top: -44.9rem; transform: translate(-48%, 0%); left: 50%; z-index: 120; @@ -330,6 +330,7 @@ .info-container { display: flex; justify-content: space-between; + height:100%; } .info-block { -- Gitblit v1.9.3