fix: 简化部分代码,添加注释,添加是否需要高亮指令noHighlight
This commit is contained in:
@@ -475,7 +475,7 @@ span.CodeMirror-selectedtext { background: none; }
|
||||
z-index: 2;
|
||||
|
||||
.hint__block-filter {
|
||||
width: 326px;
|
||||
width: 319px;
|
||||
background: #fff;
|
||||
border-right: 1px solid #DEDEDE;
|
||||
padding: 12px;
|
||||
@@ -483,7 +483,7 @@ span.CodeMirror-selectedtext { background: none; }
|
||||
}
|
||||
|
||||
.hint__block-helper {
|
||||
width: calc(100% - 326px);
|
||||
width: calc(100% - 319px);
|
||||
background: #fff;
|
||||
z-index: 2;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user