为什么选择文本时会发生重叠? 如何解决?在style.scss
.CodeMirror-selected {
background: rgba($color-text,.3);
}
.CodeMirror-focused .CodeMirror-selected {
background: rgba($color-text,.3);
}
.CodeMirror-line::selection,
.CodeMirror-line > span::selection,
.CodeMirror-line > span > span::selection {
background: transparent;
color: $color-text;
}
答案 0 :(得分:0)
我简单地使用颜色#373330,并解决了我的问题。