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