liyongli 2 年之前
父节点
当前提交
4b845456ed
共有 1 个文件被更改,包括 3 次插入3 次删除
  1. 3 3
      src/view/SilkRoadShanShiPinList/index.vue

+ 3 - 3
src/view/SilkRoadShanShiPinList/index.vue

@@ -19,7 +19,7 @@
             @click="() => clickShowVideo(item)"
             position="left"
             :src="
-              item.file + '?x-oss-process=video/snapshot,t_100,f_jpg,m_fast'
+              item.file + '?x-oss-process=video/snapshot,t_4000,f_jpg,m_fast'
             "
           />
           <van-row>
@@ -52,7 +52,7 @@
             fit="cover"
             position="left"
             :src="
-              item.file + '?x-oss-process=video/snapshot,t_100,f_jpg,m_fast'
+              item.file + '?x-oss-process=video/snapshot,t_4000,f_jpg,m_fast'
             "
           />
           <van-row>
@@ -363,7 +363,7 @@ const clickShowVideo = item => {
   }
   .videoEle {
     width: 100vw;
-    position: absolute;
+    position: fixed;
     background-color: #000;
     top: 50%;
     z-index: 21;