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