From e26e6683c2af127cbb01438b5f177f2c4b5fd55f Mon Sep 17 00:00:00 2001 From: "leeway.zlw" Date: Sun, 24 Mar 2024 11:14:14 +0800 Subject: [PATCH] optimize cross id layout --- src/components/CrossIdVideos.vue | 47 ++++++++++++++++++++++++++++---- 1 file changed, 42 insertions(+), 5 deletions(-) diff --git a/src/components/CrossIdVideos.vue b/src/components/CrossIdVideos.vue index f1d001b..fc55670 100644 --- a/src/components/CrossIdVideos.vue +++ b/src/components/CrossIdVideos.vue @@ -28,8 +28,12 @@ watch(crossIdCarousel, (newV) => {
- +
+ +
+ +
@@ -37,14 +41,23 @@ watch(crossIdCarousel, (newV) => { class="relative float-left -mr-[100%] hidden w-full transition-transform duration-[600ms] ease-in-out motion-reduce:transition-none" data-twe-carousel-item style="backface-visibility: hidden"> - +
+ +
+ +
@@ -86,4 +99,28 @@ watch(crossIdCarousel, (newV) => { - \ No newline at end of file + \ No newline at end of file