This commit is contained in:
2024-01-23 15:22:48 +08:00
parent 6ba07ace97
commit a3d70af23c
5 changed files with 6 additions and 16 deletions

View File

@@ -29,7 +29,7 @@ const code = ref(props.modelValue)
const isDark = useDark()
const styleTheme = EditorView.baseTheme({
"& .cm-scroller": {
"font-family": "Consolas",
"font-family": "Monaco",
},
"&.cm-editor.cm-focused": {
outline: "none",