From 8553c5f2b70679ce25cdae791532f66da067cdb1 Mon Sep 17 00:00:00 2001 From: YeMingfei666 <1619116647@qq.com> Date: Fri, 17 Jan 2025 10:08:06 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A4=84=E7=90=86ios=E5=85=BC=E5=AE=B9?= =?UTF-8?q?=E6=80=A7=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .hbuilderx/launch.json | 2 +- components/my-video-list/list-item-稳定版.vue | 4 ++-- components/my-video-list/list-item-预发布优化版.vue | 8 ++++++-- components/my-video-list/list-item.vue | 12 +++++++----- components/my-video-list/my-video-list.vue | 6 ++++-- manifest.json | 2 +- pages/me/withdraw/index.vue | 2 +- 7 files changed, 22 insertions(+), 14 deletions(-) diff --git a/.hbuilderx/launch.json b/.hbuilderx/launch.json index 15f1188..576f2b0 100644 --- a/.hbuilderx/launch.json +++ b/.hbuilderx/launch.json @@ -6,7 +6,7 @@ "type" : "uni-app:app-android" }, { - "playground" : "standard", + "playground" : "custom", "type" : "uni-app:app-ios" } ] diff --git a/components/my-video-list/list-item-稳定版.vue b/components/my-video-list/list-item-稳定版.vue index 0a7047b..d50c431 100644 --- a/components/my-video-list/list-item-稳定版.vue +++ b/components/my-video-list/list-item-稳定版.vue @@ -411,7 +411,7 @@ color: #ffffff; font-size: 15px; z-index: 9999; - transition: all .3s ease-in-out; + transition: transform .3s ease-in-out; } .u-flex-y-center { @@ -426,7 +426,7 @@ } .right { - transition: all .3s ease-in-out; + transition: transform .3s ease-in-out; position: absolute !important; right: 20rpx; /* #ifdef H5 */ diff --git a/components/my-video-list/list-item-预发布优化版.vue b/components/my-video-list/list-item-预发布优化版.vue index 6dba5fd..64934e1 100644 --- a/components/my-video-list/list-item-预发布优化版.vue +++ b/components/my-video-list/list-item-预发布优化版.vue @@ -67,6 +67,10 @@ let loop=ref(false) loop.value=true // #endif const props = defineProps({ + height:{ + type:Number, + default:0 + }, item: { type: Object, defaulr: () => { @@ -435,7 +439,7 @@ let loop=ref(false) color: #ffffff; font-size: 15px; z-index: 9999; - transition: all .3s ease-in-out; + transition: transform .3s ease-in-out; } .u-flex-y-center { @@ -450,7 +454,7 @@ let loop=ref(false) } .right { - transition: all .3s ease-in-out; + transition: transform .3s ease-in-out; position: absolute !important; right: 20rpx; /* #ifdef H5 */ diff --git a/components/my-video-list/list-item.vue b/components/my-video-list/list-item.vue index 0a7047b..740a8c8 100644 --- a/components/my-video-list/list-item.vue +++ b/components/my-video-list/list-item.vue @@ -2,7 +2,9 @@