From 01dcb4319f24de5da2bcec1e38d84790d9f2e7d1 Mon Sep 17 00:00:00 2001 From: lizijiee <562949697@qq.com> Date: Sun, 24 Mar 2024 18:20:04 +0800 Subject: [PATCH] =?UTF-8?q?fix:=201440=20=E5=9B=BE=E7=89=87=E5=A2=99?= =?UTF-8?q?=E5=B0=BA=E5=AF=B8=E4=B8=8D=E5=AF=B9=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/home/content/Content.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/home/content/Content.vue b/src/views/home/content/Content.vue index 21de8e0..46e5ce1 100644 --- a/src/views/home/content/Content.vue +++ b/src/views/home/content/Content.vue @@ -68,7 +68,7 @@ const layout = debounce(() => { _masonry = new Masonry(masonryRef.value as any, { itemSelector: '.grid-item', - gutter: 18, + gutter: 17, columnWidth: 182, percentPosition: true, stagger: 10,