测试monaco代替codemirror

This commit is contained in:
hanhh
2021-07-26 00:26:14 +08:00
parent eff109bf81
commit fd7153403d
11 changed files with 235 additions and 145 deletions
+1 -7
View File
@@ -14,9 +14,7 @@
&-scroller {
flex: 1;
overflow: auto;
}
&-search {
margin-bottom: 8px;
border-right: 1px dashed #f0f0f0;
}
}
@@ -29,9 +27,5 @@
.ant-pro-grid-content.wide .ant-pro-page-container-children-content {
background-color: #f8f8f8;
}
.CodeMirror {
width: calc(100% - 32px - @tree-width);
}
}
}