From 7d30f7f17c0c77121092cf6bce8b21e0775a7a2a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=BB=84=E5=BF=83=E5=AE=87?= Date: Fri, 26 Dec 2025 17:55:15 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8A=A8=E6=95=88=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/factory/resource/index.jsx | 2 +- src/factory/resource/index.scss | 16 ++++++++-------- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/src/factory/resource/index.jsx b/src/factory/resource/index.jsx index cc5addef..c22ee1cb 100644 --- a/src/factory/resource/index.jsx +++ b/src/factory/resource/index.jsx @@ -109,7 +109,7 @@ function Index(props) { { [0,1,2,3,4,5].map(() => { const list = [...projectList.sort((a, b) => { return Math.random() - 0.5 } )] - return + return }) } diff --git a/src/factory/resource/index.scss b/src/factory/resource/index.scss index e82054b6..46335655 100644 --- a/src/factory/resource/index.scss +++ b/src/factory/resource/index.scss @@ -23,35 +23,35 @@ div:nth-child(1) { top: 70px; - left: 145px; + left: 205px; } div:nth-child(2) { top: 140px; - left: 210px; + left: 270px; } div:nth-child(3) { - top: 190px; - left: 140px; + top: 210px; + left: 200px; } div:nth-child(4) { top: 70px; - right: 145px; + right: 205px; left: unset; } div:nth-child(5) { top: 140px; - right: 210px; + right: 270px; left: unset; } div:nth-child(6) { - top: 190px; - right: 140px; + top: 210px; + right: 200px; left: unset; }