mirror of
https://github.com/pure-admin/vue-pure-admin.git
synced 2025-06-06 00:18:51 +08:00
fix: 修复windows
下页面切换,内容区会出现滚动条问题 (#976)
This commit is contained in:
parent
e6302b0f38
commit
be5798987f
@ -101,7 +101,7 @@ const transitionMain = defineComponent({
|
|||||||
:view-style="{
|
:view-style="{
|
||||||
display: 'flex',
|
display: 'flex',
|
||||||
flex: 'auto',
|
flex: 'auto',
|
||||||
overflow: 'auto',
|
overflow: 'hidden',
|
||||||
'flex-direction': 'column'
|
'flex-direction': 'column'
|
||||||
}"
|
}"
|
||||||
>
|
>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user