Browse Source

fix: 空调、窗帘ICON 热区放大

anxiaoxia 1 week ago
parent
commit
5919c0ee74

+ 9 - 7
src/views/envmonitor/taiguv1/components/Air/AirMore.vue

@@ -143,8 +143,8 @@ import AirSlider from "@/components/slider/air-slider.vue"
 import SwitchButton from "@/components/switch-button/SwitchButton.vue"
 import useDeviceControl from "@/hooks/useDeviceControl"
 import { useStore } from "@/store"
-import { computed, nextTick, onMounted, onUnmounted, ref, watch } from "vue"
 import eventBus from "@/utils/eventBus"
+import { computed, nextTick, onMounted, onUnmounted, ref, watch } from "vue"
 const emit = defineEmits(["getStatus"])
 const controlBtn = ref([])
 const store = useStore()
@@ -484,13 +484,13 @@ onUnmounted(() => {
         .handle-item {
           display: flex;
           align-items: center;
-          width: 36px;
-          height: 36px;
+          width: 40px;
+          height: 40px;
           text-align: center;
           .icon {
             margin-top: 8px;
-            width: 26px;
-            height: 26px;
+            width: 28.3px;
+            height: 28.3px;
             margin: 0 auto;
           }
         }
@@ -585,11 +585,13 @@ onUnmounted(() => {
       display: flex;
       gap: 6px;
       .handle-item {
-        width: 36px;
-        height: 36px;
+        width: 40px;
+        height: 40px;
         text-align: center;
         .icon {
           margin-top: 8px;
+          width: 28.3px;
+          height: 28.3px;
         }
       }
     }

+ 7 - 4
src/views/envmonitor/taiguv1/components/Air/index.vue

@@ -77,9 +77,9 @@ import SwitchButton from "@/components/switch-button/SwitchButton.vue"
 import useDeviceControl from "@/hooks/useDeviceControl"
 import { useStore } from "@/store"
 import { parseImgUrl } from "@/utils"
+import eventBus from "@/utils/eventBus"
 import { nextTick } from "process"
 import { computed, onMounted, onUnmounted, ref, watch } from "vue"
-import eventBus from "@/utils/eventBus"
 const store = useStore()
 const deviceControl = useDeviceControl()
 const controlBtn = ref([])
@@ -381,7 +381,7 @@ const searchMore = () => {
 }
 .air-volume {
   display: flex;
-  margin-top: 12px;
+  margin-top: 4px;
   .volume-left {
     width: 69px;
     .volume-top {
@@ -417,11 +417,14 @@ const searchMore = () => {
     display: flex;
     justify-content: space-between;
     .control-item {
-      width: 36px;
-      height: 36px;
+      width: 40px;
+      height: 40px;
       text-align: center;
       .icon {
         margin-top: 8px;
+        width: 28.3px;
+        height: 28.3px;
+
       }
     }
   }

+ 11 - 7
src/views/envmonitor/taiguv1/components/Curtain/CurtainMore.vue

@@ -3,7 +3,7 @@
     <div class="light-more-top">
       <div class="left">
         <div class="light-box">
-          <img :src="curtainIcon" alt="" />
+          <img class="eq-icon" :src="curtainIcon" alt="" />
         </div>
       </div>
       <div class="right">
@@ -21,13 +21,13 @@
         <div class="name">{{ item.localName }}</div>
         <div class="control-box">
           <div class="control" @click="handle('child', 1, '开启中', 'EquipOnSet', item.id)">
-            <img :src="item.isActive && item.activeButton === 1 ? UpActiveIcon : UpUnActiveIcon" alt="" />
+            <img class="control-icon" :src="item.isActive && item.activeButton === 1 ? UpActiveIcon : UpUnActiveIcon" alt="" />
           </div>
           <div class="control" @click="handle('child', 3, '暂停中', 'EquipOnSet', item.id)">
-            <img :src="item.isActive && item.activeButton === 2 ? StopActiveIcon : StopUnActiveIcon" alt="" />
+            <img class="control-icon" :src="item.isActive && item.activeButton === 2 ? StopActiveIcon : StopUnActiveIcon" alt="" />
           </div>
           <div class="control" @click="handle('child', 2, '关闭中', 'EquipOnSet', item.id)">
-            <img :src="item.isActive && item.activeButton === 0 ? DownActiveIcon : DownUnActiveIcon" alt="" />
+            <img class="control-icon" :src="item.isActive && item.activeButton === 0 ? DownActiveIcon : DownUnActiveIcon" alt="" />
           </div>
         </div>
       </div>
@@ -146,7 +146,7 @@ watch(
         border-radius: 50%;
         text-align: center;
         margin-right: 27px;
-        img {
+        .eq-icon {
           width: 36px;
           height: 36px;
           margin: 0 auto;
@@ -229,11 +229,15 @@ watch(
         align-items: center;
         .control {
           display: flex;
-          width: 36px;
-          height: 36px;
+          width: 40px;
+          height: 40px;
           justify-content: center;
           align-items: center;
           margin-left: 10px;
+          .control-icon {
+            width: 28.3px;
+            height: 28.3px;
+        }
           // img{
           //     width: 17px;
           //     height: 17px;

+ 7 - 7
src/views/envmonitor/taiguv1/components/Curtain/index.vue

@@ -16,7 +16,7 @@
       <div class="control-box">
         <div v-for="item in controlName" :key="item.value">
           <div class="control-item" @click.stop="handle(item.value, item.status, item.code)">
-            <img :src="item.isActive ? item.iconActive : item.iconUnActive" alt="" />
+            <img class="control-icon" :src="item.isActive ? item.iconActive : item.iconUnActive" alt="" />
           </div>
         </div>
       </div>
@@ -215,12 +215,12 @@ onMounted(() => {})
         display: flex;
         align-items: center;
         justify-content: center;
-        width: 36px;
-        height: 36px;
-        // img {
-        //     width: 17px;
-        //     height: 17px;
-        // }
+        width: 40px;
+        height: 40px;
+        .control-icon {
+            width: 28.3px;
+            height: 28.3px;
+        }
       }
     }
   }