refactor: 右侧标注太多时出现滚动条
This commit is contained in:
parent
45d1da4fd8
commit
9a79eb7cce
|
@ -1004,6 +1004,7 @@ export default {
|
||||||
}
|
}
|
||||||
.result-box {
|
.result-box {
|
||||||
width: 120px;
|
width: 120px;
|
||||||
|
overflow: auto;
|
||||||
}
|
}
|
||||||
.result {
|
.result {
|
||||||
position: relative;
|
position: relative;
|
||||||
|
|
Loading…
Reference in New Issue