From ad28c0ba211632c2ab8aa3079ef49a6fc78770eb Mon Sep 17 00:00:00 2001 From: yuetsh <517252939@qq.com> Date: Fri, 3 Jul 2026 06:26:00 -0600 Subject: [PATCH] =?UTF-8?q?fix:=20sqlTableName=20=E5=AD=97=E4=BD=93=20fall?= =?UTF-8?q?back?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Fable 5 --- src/oj/problem/components/ProblemContent.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/oj/problem/components/ProblemContent.vue b/src/oj/problem/components/ProblemContent.vue index 10c4af0..7b4524a 100644 --- a/src/oj/problem/components/ProblemContent.vue +++ b/src/oj/problem/components/ProblemContent.vue @@ -539,7 +539,7 @@ function type(status: ProblemStatus) { .sqlTableName { font-weight: 600; margin: 8px 0 4px; - font-family: "Monaco"; + font-family: Monaco, Consolas, monospace; } .sqlNote {