feat(code-editor): decrease top padding in code editor options for better layout

This commit is contained in:
cfngc4594 2025-02-21 02:09:31 +08:00
parent d289736976
commit dd979d31b2

View File

@ -14,7 +14,7 @@ export const CODE_EDITOR_OPTIONS: monaco.editor.IEditorConstructionOptions = {
enabled: false
},
padding: {
top: 56
top: 18
},
readOnly: false,
scrollbar: {