From 790c8a3962cadd1588d500717f2d1e1725e28c81 Mon Sep 17 00:00:00 2001 From: chenpingsen Date: Tue, 13 Aug 2024 14:41:21 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E7=85=A7=E6=98=8E=E7=B3=BB=E7=BB=9F?= =?UTF-8?q?=E8=AE=BE=E5=A4=87=E7=82=B9=E9=98=B5=E5=AE=9E=E7=8E=B0=20/=20?= =?UTF-8?q?=E7=94=B5=E6=A2=AF=E7=B3=BB=E7=BB=9F=E6=82=AC=E6=B5=AE=E6=A1=86?= =?UTF-8?q?=E6=A0=B7=E5=BC=8F=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../view/equipmentControl/liftSystem/liftInfo.vue | 16 ++-- .../equipmentControl/lightingManage/indexs.vue | 99 +++++++--------------- .../view/equipmentControl/lightingManage/light.vue | 64 +++++++------- .../lightingManage/lightPosition.ts | 61 ++++++++++++- .../view/equipmentControl/lightingManage/tabs1.vue | 15 +++- 5 files changed, 141 insertions(+), 114 deletions(-) diff --git a/hx-ai-intelligent/src/view/equipmentControl/liftSystem/liftInfo.vue b/hx-ai-intelligent/src/view/equipmentControl/liftSystem/liftInfo.vue index e14bf23..15b303f 100644 --- a/hx-ai-intelligent/src/view/equipmentControl/liftSystem/liftInfo.vue +++ b/hx-ai-intelligent/src/view/equipmentControl/liftSystem/liftInfo.vue @@ -174,20 +174,20 @@ .info-box { // 字体颜色变量 --text: rgb(20, 255, 255); - width: 224.54px; - height: 110px; + width: 180px; + height: 95px; display: flex; - gap: 5px; flex-direction: column; background: rgb(17, 44, 86, 0.9); border-radius: 8px; box-sizing: border-box; - padding: 8px; + padding: 4px 6px; border: 2px solid var(--text); transform: translateY(-50%); cursor: pointer; // 面板标题 .box-title { + font-size: 14px; height: auto; color: var(--text); // 标题前小方块 @@ -222,12 +222,12 @@ justify-content: center; // border: 1px solid red; .icon { - width: 45px; - height: 45px; + width: 40px; + height: 40px; background-image: url(../image/box.svg); background-size: 130% 130%; background-repeat: no-repeat; - background-position: left -6.5px top -3px; + background-position: left -5px top -2px; // border: 1px solid red; position: relative; .icon-item { @@ -247,7 +247,7 @@ } } .item-text { - margin-top: 2px; + margin-top: 0px; height: 20px; text-align: center; font-size: 12px; diff --git a/hx-ai-intelligent/src/view/equipmentControl/lightingManage/indexs.vue b/hx-ai-intelligent/src/view/equipmentControl/lightingManage/indexs.vue index 24ca8bc..019af83 100644 --- a/hx-ai-intelligent/src/view/equipmentControl/lightingManage/indexs.vue +++ b/hx-ai-intelligent/src/view/equipmentControl/lightingManage/indexs.vue @@ -3,14 +3,18 @@
- + title="切换楼层将取消当前的所有修改项" + ok-text="确定" + cancel-text="取消" + placement="bottomLeft" + @confirm="changeFloor(item.childList, item.dataCode)"> + +
@@ -28,12 +32,7 @@
- +
@@ -73,7 +72,7 @@