修复页面跳动问题

展开链接树时,页面高度可能会超出,然后出现滚动条,导致页面宽度变化。
This commit is contained in:
2021-04-17 00:55:21 +08:00
parent 3c06e660bc
commit fb2704c8c3

View File

@@ -279,6 +279,7 @@ export default {
position: relative;
padding: 1rem;
background-color: @colorWhite;
overflow-y: scroll;
.wrapper {
width: 100%;