同步代码

This commit is contained in:
zengqiao
2022-08-23 19:01:53 +08:00
parent e90c5003ae
commit e1514c901b
76 changed files with 796 additions and 577 deletions

View File

@@ -7,9 +7,16 @@
&.CodeMirror-focused {
border-color: #74788d;
}
// 隐藏多余的滚动条
.CodeMirror-hscrollbar,.CodeMirror-vscrollbar{
display: none !important;
}
.CodeMirror-scroll {
width: 100%; // 和父级宽度保持一致
background: #f2f2f2;
transition: background-color 0.3s ease;
border-radius: 8px;
overflow: hidden;
.CodeMirror-gutters {
background: #f2f2f2;
transition: background-color 0.3s ease;