fix font
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

This commit is contained in:
2026-05-10 22:31:51 +08:00
parent 2c0d5049d6
commit d03d2dc756
3 changed files with 15 additions and 11 deletions

View File

@@ -138,7 +138,7 @@ const lineHtmlMap = computed<Record<number, string>>(() => {
? 'rgba(208,48,80,0.07)'
: 'transparent',
cursor: 'grab',
fontFamily: 'monospace',
fontFamily: 'Monaco',
userSelect: 'none',
}"
@dragstart="onDragStart(idx)"