From e4c51b8153a00209ed9342712f8d2d5f0785ce73 Mon Sep 17 00:00:00 2001 From: luJianJun <2587063613@qq.com> Date: Tue, 1 Aug 2023 17:30:15 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A6=96=E9=A1=B5=E7=80=91=E5=B8=83=E6=B5=81?= =?UTF-8?q?=E5=B9=BF=E5=91=8A=E4=B8=8D=E5=8F=AF=E7=82=B9=E5=87=BB=E6=97=B6?= =?UTF-8?q?=E4=BF=AE=E6=94=B9=E9=BC=A0=E6=A0=87=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/indexWaterfallBox/indexWaterfallBox.vue | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/components/indexWaterfallBox/indexWaterfallBox.vue b/src/components/indexWaterfallBox/indexWaterfallBox.vue index f9bb3c0..aa1e852 100644 --- a/src/components/indexWaterfallBox/indexWaterfallBox.vue +++ b/src/components/indexWaterfallBox/indexWaterfallBox.vue @@ -94,7 +94,7 @@ - @@ -189,6 +189,10 @@ watchEffect(()=>{ border-radius: 16px 16px 35px 16px !important; } +.no-click{ + cursor:default !important; +} + .item { width: 285px; background: inherit;