mirror of
https://github.com/didi/KnowStreaming.git
synced 2026-01-04 03:42:08 +08:00
同步代码
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user