shaogen1995 1 年之前
父节点
当前提交
dac437ae0e
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      src/views/MoreContent.vue

+ 2 - 2
src/views/MoreContent.vue

@@ -169,7 +169,7 @@
 </template>
 
 <script setup>
-import { ref, onBeforeMount, nextTick, onMounted, watch } from "vue"
+import { ref, onBeforeMount, nextTick, onMounted } from "vue"
 import { useRoute, useRouter } from "vue-router"
 import { useStore } from "vuex"
 
@@ -472,7 +472,7 @@ const playVideoFu = (val, flag) => {
         position: absolute;
         bottom: 0;
         height: 100%;
-        transition: all 1s;
+        transition: transform 1s;
       }
       .ROW1_1 {
         z-index: 5;