* [misc] adjust monaco editor style.

This commit is contained in:
caoyanyi
2025-03-27 09:12:40 +08:00
committed by 田淑杰
parent 819bf8022f
commit e1db2f169e
+1 -1
View File
@@ -29,7 +29,7 @@ function createMonaco(id, action, options, diffContent, onMouseDown, onMouseMove
$.extend(options, {
// 关键配置项
automaticLayout: true, // 自动调整布局
automaticLayout: true, // 自动调整布局
scrollBeyondLastLine: false, // 禁用底部滚动区域
minimap: { enabled: false }, // 可选:禁用缩略图以节省空间