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 @@