From af0af2d14533e86fdaaab7056246422b1df90368 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=8B=BE=E9=80=9A?= Date: Mon, 27 Oct 2025 11:25:42 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90FIX=E3=80=91=E6=B5=8B=E8=AF=84?= =?UTF-8?q?=E7=89=B9=E5=88=AB=E6=8F=90=E7=A4=BA=E6=A0=B7=E5=BC=8F=E4=BF=AE?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit (cherry picked from commit 2246107311a19398f6278fbe55111c45bf196512) --- src/components/common/PopupQuesResult.vue | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/components/common/PopupQuesResult.vue b/src/components/common/PopupQuesResult.vue index 195b8fbfb..6ad428fd5 100644 --- a/src/components/common/PopupQuesResult.vue +++ b/src/components/common/PopupQuesResult.vue @@ -141,12 +141,15 @@ export default { } .tips{ font-size: 14px; - color: #666; + color: #000; + font-weight: bold; margin-bottom: 5px; } .tips:nth-child(5){ padding:10px 0; margin-bottom: 0; + color: #000; + font-weight: bold; } }