fix: 简化部分代码,添加注释,添加是否需要高亮指令noHighlight

This commit is contained in:
刘洪洪
2023-12-14 16:20:33 +08:00
parent a3c8baea5c
commit d2cb42687e
8 changed files with 62 additions and 44 deletions

View File

@@ -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;
}