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

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