mirror of
https://github.com/TeaOSLab/EdgeAdmin.git
synced 2025-11-17 22:30:25 +08:00
使用CodeMirror高亮各处的配置信息
This commit is contained in:
@@ -705,4 +705,21 @@ td .label.small {
|
||||
// td
|
||||
td {
|
||||
word-break: break-all;
|
||||
}
|
||||
|
||||
// codemirror
|
||||
.source-code-box {
|
||||
.CodeMirror {
|
||||
border: 1px solid #eee;
|
||||
height: auto !important;
|
||||
}
|
||||
|
||||
.CodeMirror-vscrollbar {
|
||||
width: 6px;
|
||||
border-radius: 3px !important;
|
||||
}
|
||||
|
||||
.CodeMirror-vscrollbar::-webkit-scrollbar-thumb {
|
||||
border-radius: 2px;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user