fix: 调整showHint弹窗样式
This commit is contained in:
@@ -120,7 +120,7 @@ export default {
|
||||
.HelperInfo {
|
||||
min-width: 450px;
|
||||
background-color: #fff;
|
||||
height: 302px;
|
||||
height: 294px;
|
||||
box-sizing: border-box;
|
||||
overflow: auto;
|
||||
z-index: 99;
|
||||
|
||||
@@ -103,7 +103,7 @@ export default {
|
||||
|
||||
<style scoped>
|
||||
.HintInfo {
|
||||
height: 302px;
|
||||
height: 280px;
|
||||
overflow: auto;
|
||||
background: #fff;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user