From 6d6b9fb3811615416bab8caed149258f1f5fde97 Mon Sep 17 00:00:00 2001 From: ittoview Date: Fri, 15 May 2026 17:29:54 +0100 Subject: [PATCH] fix: compact mobile feedback area --- src/pages/PerformanceDomainPracticePage.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/pages/PerformanceDomainPracticePage.tsx b/src/pages/PerformanceDomainPracticePage.tsx index c339a9c..9f90160 100644 --- a/src/pages/PerformanceDomainPracticePage.tsx +++ b/src/pages/PerformanceDomainPracticePage.tsx @@ -594,7 +594,7 @@ export default function PerformanceDomainPracticePage() {
{answerState && currentDomain ? ( -
-
+
+
{!answerState.isCorrect && ( -

+

正确答案:{currentDomain.name}

)}