From aa52237ab5da0395e88f0a6f2a7896e48118ff59 Mon Sep 17 00:00:00 2001 From: zsk <710162063@qq.com> Date: Tue, 9 Sep 2025 17:01:47 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A7=86=E9=A2=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- root/detail/job.vue | 76 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 76 insertions(+) diff --git a/root/detail/job.vue b/root/detail/job.vue index de9c252..bbfa6f1 100644 --- a/root/detail/job.vue +++ b/root/detail/job.vue @@ -91,6 +91,60 @@ + + + + + + + + + + + + + @@ -298,6 +352,7 @@ --> + 1{{swiperArray}}2
@@ -1599,6 +1654,27 @@ export default { image { border-radius: 4px !important; } + .swiper { + // 为最后一个视频项目添加特殊处理 + swiper-item:last-child { + .videoContainer { + // 确保视频容器不会被裁剪 + overflow: visible !important; + + .theVideo { + // 确保视频元素能够完整显示 + width: 100%; + height: 100%; + } + + .shareVideo { + // 调整分享按钮位置,确保不会遮挡视频 + right: 10px; + bottom: 10px; + } + } + } + } } .m-state { position: fixed;