jinx 7 月之前
父節點
當前提交
3a23355cb9
共有 2 個文件被更改,包括 3 次插入7 次删除
  1. 1 1
      src/views/home/iframeView/index.vue
  2. 2 6
      src/views/home/index.vue

+ 1 - 1
src/views/home/iframeView/index.vue

@@ -180,7 +180,7 @@ nextTick(() => {
         margin-bottom: 0.2667rem;
         display: flex;
         justify-content: space-between;
-        align-items: center;
+        align-items: flex-start;
         .audio-controls {
           width: 0.5867rem;
           height: 0.5867rem;

+ 2 - 6
src/views/home/index.vue

@@ -238,11 +238,7 @@ const toggleOptions = (index) => {
 
 
 
-    // 
-    swiperOptions.loop = false;
-    swiperOptions.autoplay = false;
-    swiperOptions.speed = 300;
-    swiperOptions.freeMode = true;
+
   }
 };
 const closeIframe = () => {
@@ -541,7 +537,7 @@ onMounted(() => {
   /* margin-top: 10px; */
   margin-bottom: 0.5333rem;
   overflow: visible !important;
-  padding: 0 20px;
+  padding: 0 40px;
 }
 </style>
 <style>