From df9f2d8cd11937ac631f1d5bbb0676a3d414207c Mon Sep 17 00:00:00 2001 From: mackt <1033530438@qq.com> Date: Mon, 15 Apr 2024 23:26:16 +0800 Subject: [PATCH] =?UTF-8?q?fix(JorunalCard):=20=E6=9C=9F=E5=88=8A=E5=8F=B7?= =?UTF-8?q?=20=E8=A1=A5=E9=BD=90=E5=9B=9B=E4=BD=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Journal/JournalCard.tsx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/components/Journal/JournalCard.tsx b/src/components/Journal/JournalCard.tsx index a3ef51b..347ead3 100644 --- a/src/components/Journal/JournalCard.tsx +++ b/src/components/Journal/JournalCard.tsx @@ -3,7 +3,9 @@ import Image from 'next/image'; function VolNo({ no }: { no: string }) { return (
{no}
++ {no.toString().padStart(4, '0')} +
VOL