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