lifanagju_citu 1 gadu atpakaļ
vecāks
revīzija
6de10e199d
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      src/views/Home/personal/components/jobTypeCard.vue

+ 1 - 1
src/views/Home/personal/components/jobTypeCard.vue

@@ -102,7 +102,7 @@ const handleMouseOver = (val, index) => { // 鼠标移入
   rightObj.show = true
 }
 const handleMouseLeave = () => { // 鼠标移出
-  rightObj.show = true // true false
+  rightObj.show = false // true false
   leftIndex.value = null
 }