فهرست منبع

黑板模式左右切换按钮一直显示

natasha 5 روز پیش
والد
کامیت
d292a88044
1فایلهای تغییر یافته به همراه4 افزوده شده و 4 حذف شده
  1. 4 4
      src/components/Adult/preview/Voicefullscreen.vue

+ 4 - 4
src/components/Adult/preview/Voicefullscreen.vue

@@ -173,7 +173,7 @@
       <div
         class="vc-box"
         @mousemove="showPrevNext(true, 'isShowLeft')"
-        @mouseleave="showPrevNext(false, 'isShowLeft')"
+        @mouseleave="showPrevNext(true, 'isShowLeft')"
       >
         <div
           :class="[
@@ -611,7 +611,7 @@
       <div
         class="vc-box-right"
         @mousemove="showPrevNext(true, 'isShowRight')"
-        @mouseleave="showPrevNext(false, 'isShowRight')"
+        @mouseleave="showPrevNext(true, 'isShowRight')"
       >
         <div
           :class="[
@@ -965,8 +965,8 @@ export default {
       stopAudio: false,
       isRecord: false,
       isShowCompare: false,
-      isShowRight: false,
-      isShowLeft: false,
+      isShowRight: true,
+      isShowLeft: true,
       curSentIndex: 0,
       oldHz: "",
       hz: "",