From 28ea27e823549137226fe59a3c69ad362ab69e57 Mon Sep 17 00:00:00 2001 From: yanlongqi Date: Tue, 18 Nov 2025 22:50:48 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=A4=A7=E6=89=93=E5=8D=B0=E8=AF=95?= =?UTF-8?q?=E5=8D=B7=E7=AD=94=E9=A2=98=E6=A1=86=E7=A9=BA=E9=97=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 简答题: - 行数: 5行 → 8行 - 行高: 25px → 30px 论述题: - 行数: 5行 → 10行 - 行高: 25px → 35px 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude --- web/src/pages/ExamPrint.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/web/src/pages/ExamPrint.tsx b/web/src/pages/ExamPrint.tsx index c49b038..5d4994b 100644 --- a/web/src/pages/ExamPrint.tsx +++ b/web/src/pages/ExamPrint.tsx @@ -288,8 +288,8 @@ const ExamPrint: React.FC = () => { ) : (
- {Array.from({ length: 5 }).map((_, i) => ( -
+ {Array.from({ length: 8 }).map((_, i) => ( +
 
))} @@ -329,8 +329,8 @@ const ExamPrint: React.FC = () => {
) : (
- {Array.from({ length: 5 }).map((_, i) => ( -
+ {Array.from({ length: 10 }).map((_, i) => ( +
 
))}