修改移动端脚本高亮

This commit is contained in:
whyour
2022-09-24 11:27:16 +08:00
parent ba43882c0b
commit c0b5192296
4 changed files with 5 additions and 3 deletions
-1
View File
@@ -103,7 +103,6 @@ const CronDetailModal = ({
fontSize: 12,
lineNumbersMinChars: 3,
fontFamily: 'Source Code Pro',
folding: false,
glyphMargin: false,
wordWrap: 'on',
}}
+1 -1
View File
@@ -453,6 +453,7 @@ const Script = () => {
isPhone
? [
<TreeSelect
treeExpandAction="click"
className="log-select"
value={select}
dropdownStyle={{ maxHeight: 400, overflow: 'auto' }}
@@ -564,7 +565,6 @@ const Script = () => {
readOnly: !isEditing,
fontSize: 12,
lineNumbersMinChars: 3,
folding: false,
glyphMargin: false,
}}
onMount={(editor) => {