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

View File

@@ -120,7 +120,7 @@ export default {
.HelperInfo { .HelperInfo {
min-width: 450px; min-width: 450px;
background-color: #fff; background-color: #fff;
height: 302px; height: 294px;
box-sizing: border-box; box-sizing: border-box;
overflow: auto; overflow: auto;
z-index: 99; z-index: 99;

View File

@@ -103,7 +103,7 @@ export default {
<style scoped> <style scoped>
.HintInfo { .HintInfo {
height: 302px; height: 280px;
overflow: auto; overflow: auto;
background: #fff; background: #fff;
} }