fix(home-view): 修复主视图横向滚动容器可滚至最右侧
This commit is contained in:
parent
0dd6c4f712
commit
47adf9d2cf
|
|
@ -85,6 +85,7 @@ authStore.init()
|
||||||
display: flex;
|
display: flex;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
overflow: hidden;
|
overflow-x: auto;
|
||||||
|
overflow-y: hidden;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue