From cd8abe0e27f729af93dc2b6b02faf280f1bb9d56 Mon Sep 17 00:00:00 2001 From: zsk <710162063@qq.com> Date: Tue, 9 Sep 2025 17:41:27 +0800 Subject: [PATCH] =?UTF-8?q?=E5=9B=BE=E7=89=87?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- root/detail/job.vue | 40 ++++++++++++++++++++-------------------- 1 file changed, 20 insertions(+), 20 deletions(-) diff --git a/root/detail/job.vue b/root/detail/job.vue index bbfa6f1..d0dd5a8 100644 --- a/root/detail/job.vue +++ b/root/detail/job.vue @@ -98,7 +98,7 @@ v-for="(item, index) in swiperArray" :style="{ maxWidth: '58px', - paddingRight: index === swiperArray.length - 1 ? '0' : '12px' + paddingRight: '12px' }" :key="index" :class="index == 0 ? 'g_ml_0 g_mr_0' : ''" @@ -1654,27 +1654,27 @@ export default { image { border-radius: 4px !important; } - .swiper { - // 为最后一个视频项目添加特殊处理 - swiper-item:last-child { - .videoContainer { - // 确保视频容器不会被裁剪 - overflow: visible !important; + // .swiper { + // // 为最后一个视频项目添加特殊处理 + // swiper-item:last-child { + // .videoContainer { + // // 确保视频容器不会被裁剪 + // overflow: visible !important; - .theVideo { - // 确保视频元素能够完整显示 - width: 100%; - height: 100%; - } + // .theVideo { + // // 确保视频元素能够完整显示 + // width: 100%; + // height: 100%; + // } - .shareVideo { - // 调整分享按钮位置,确保不会遮挡视频 - right: 10px; - bottom: 10px; - } - } - } - } + // .shareVideo { + // // 调整分享按钮位置,确保不会遮挡视频 + // right: 10px; + // bottom: 10px; + // } + // } + // } + // } } .m-state { position: fixed;