From 34e1b9ed1f47f3da4cfe4e62ec7129a1c8cf5b3a Mon Sep 17 00:00:00 2001 From: YeMingfei666 <1619116647@qq.com> Date: Tue, 14 Jan 2025 09:24:51 +0800 Subject: [PATCH 1/3] =?UTF-8?q?=E5=8E=BB=E9=99=A4=E8=8E=B7=E5=8F=96?= =?UTF-8?q?=E9=87=91=E5=B8=81=E6=AF=94=E4=BE=8B=E6=8E=A5=E5=8F=A3=E6=94=B9?= =?UTF-8?q?=E4=B8=BA=E4=BB=8E=E5=85=AC=E5=85=B1=E6=95=B0=E6=8D=AEcommon?= =?UTF-8?q?=E9=87=8C=E8=8E=B7=E5=8F=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/my-video-list/list-item.vue | 2 ++ components/my-video-list/my-video-list.vue | 14 ++++++-------- store/common.js | 21 ++++++++++++--------- 3 files changed, 20 insertions(+), 17 deletions(-) diff --git a/components/my-video-list/list-item.vue b/components/my-video-list/list-item.vue index d1cc9bb..df8b80b 100644 --- a/components/my-video-list/list-item.vue +++ b/components/my-video-list/list-item.vue @@ -289,6 +289,8 @@ transform: `translateX(${(!isPlying.value||!props.item.videoUrl)?'0':60}px)` } }) + +