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