From ac9624274cfbd2ef1ff1c6884af20d529cd1c31f Mon Sep 17 00:00:00 2001 From: master1lan <278457198@qq.com> Date: Wed, 28 Dec 2022 16:02:17 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E6=BB=9A=E5=8A=A8=E5=8A=A0?= =?UTF-8?q?=E8=BD=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/App.tsx | 1 + src/components/image/index.tsx | 19 ++++++------ src/components/image/tool.ts | 5 +++- src/components/masonry/index.tsx | 50 +++++++++++++++++++++++++++----- src/utils/faker/index.ts | 16 +++++++++- 5 files changed, 72 insertions(+), 19 deletions(-) diff --git a/src/App.tsx b/src/App.tsx index b0db684..bed6988 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -8,6 +8,7 @@ export default function App() { return (
@@ -37,4 +71,4 @@ function FakerCard({ data: { id, image, name } }) {