fix: sqlTableName 字体 fallback
Some checks failed
Deploy / deploy (build, debian, 22, /root/OJDeploy/data/clientnext) (push) Has been cancelled
Deploy / deploy (build:staging, school, 8822, /root/OJ/data/dist) (push) Has been cancelled

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
2026-07-03 06:26:00 -06:00
parent 0b627b5157
commit ad28c0ba21

View File

@@ -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 {