From 8fc732469e251ce585ddba8aac8af089510eff63 Mon Sep 17 00:00:00 2001 From: xixi <123@qq.com> Date: Wed, 30 Oct 2024 15:37:00 +0800 Subject: [PATCH] =?UTF-8?q?=E9=80=80=E6=AC=BE=E8=A1=A5=E6=AD=A3=E9=A1=B9?= =?UTF-8?q?=E7=9B=AE=E6=A0=B7=E5=BC=8F=E6=9B=B4=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/route/Correction/Correction.tsx | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/src/route/Correction/Correction.tsx b/src/route/Correction/Correction.tsx index 0d548be..832ab04 100644 --- a/src/route/Correction/Correction.tsx +++ b/src/route/Correction/Correction.tsx @@ -822,7 +822,7 @@ export default function Correction() { // 当更换页码时候滚动到最上面 refun.scrollTop = 0; - }, [correctionArray]) + }, [correctionArray]) useEffect(() => { // getData(1) if (newCorrection) { @@ -947,7 +947,9 @@ export default function Correction() {
-
+
100 ? '12px' : '18px' }} + > {(page - 1) * 20 + index + 1}
@@ -980,7 +982,7 @@ export default function Correction() {
补正原因
-
+
{item.correctionReason}
@@ -1049,7 +1051,7 @@ export default function Correction() { { setPage(page) getData(page) - + }} />