fix: 修复windows下页面切换,内容区会出现滚动条问题 (#976)

This commit is contained in:
Leet 2024-03-13 21:16:00 +08:00 committed by GitHub
parent e6302b0f38
commit be5798987f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -101,7 +101,7 @@ const transitionMain = defineComponent({
:view-style="{
display: 'flex',
flex: 'auto',
overflow: 'auto',
overflow: 'hidden',
'flex-direction': 'column'
}"
>