fix: 固定编辑器 gutter 的字体大小

This commit is contained in:
xiaozzzi
2024-04-02 17:29:04 +08:00
parent aa4bfb0c7d
commit d4a6eed6a0

View File

@@ -63,6 +63,9 @@ export const cwTheme: any = {
minWidth: '50px',
maxWidth: '50px'
},
'.cm-gutterElement': {
fontSize: '13px !important'
},
'.cm-activeLineGutter': {
backgroundColor: 'var(--bl-editor-gutters-bg-color)',
color: 'var(--el-color-primary)'