修复页面跳动问题
展开链接树时,页面高度可能会超出,然后出现滚动条,导致页面宽度变化。
This commit is contained in:
@@ -279,6 +279,7 @@ export default {
|
||||
position: relative;
|
||||
padding: 1rem;
|
||||
background-color: @colorWhite;
|
||||
overflow-y: scroll;
|
||||
|
||||
.wrapper {
|
||||
width: 100%;
|
||||
|
Reference in New Issue
Block a user