From 6e20ac9d0668cfe237e3a72692ee77a28f28ec7f Mon Sep 17 00:00:00 2001 From: linju Date: Tue, 29 Aug 2023 15:58:22 +0800 Subject: [PATCH] Update swiper-vertical-video.uvue --- .../swiper-vertical-video.uvue | 20 +++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/pages/template/swiper-vertical-video/swiper-vertical-video.uvue b/pages/template/swiper-vertical-video/swiper-vertical-video.uvue index cbbce38e..336d1f81 100644 --- a/pages/template/swiper-vertical-video/swiper-vertical-video.uvue +++ b/pages/template/swiper-vertical-video/swiper-vertical-video.uvue @@ -114,7 +114,7 @@ doStop(index : number) { (this.$refs["video"] as VideoNode[])[index].stop() console.log("doPause video-" + index); - + // TODO 临时方案:解决.stop()时触发了doPause的问题 setTimeout(()=>{ this.state[index] = 'unPlay' @@ -191,7 +191,7 @@ width: 750rpx; flex: 1; } - + .swiper, .swiper-item, .video-box, @@ -215,7 +215,7 @@ align-items: center; align-content: center; } - + .play-btn { width: 80rpx; height: 80rpx; @@ -244,22 +244,22 @@ color:red; padding: 15px; } - + .nav-back { position: absolute; top: 20px; left: 8px; background-color: rgba(220, 220, 220, 0.8); border-radius: 100px; - width: 24px; - height: 24px; + width: 28px; + height: 28px; justify-content: center; align-items: center; z-index: 10; } - + .nav-back .back-img { - width: 14px; - height: 14px; + width: 18px; + height: 18px; } - \ No newline at end of file + -- GitLab