fix: 调整showHint弹窗样式

This commit is contained in:
刘洪洪
2023-12-18 10:12:13 +08:00
parent 1d67584c9a
commit a2a7bdcd14
3 changed files with 4 additions and 4 deletions

View File

@@ -425,7 +425,7 @@ span.CodeMirror-selectedtext { background: none; }
.CodeMirror-hint {
margin: 0;
padding: 0 4px !important;
padding: 0 !important;
line-height: 20px !important;
border-radius: 2px;
white-space: pre;
@@ -468,7 +468,7 @@ span.CodeMirror-selectedtext { background: none; }
display: flex;
flex-direction: row;
width: calc(100% - 41px);
min-height: 320px;
min-height: 298px;
margin-top: 6px;
box-shadow: 0 2px 8px 0 rgba(0,0,0,.3);
z-index: 2;