fix:修复存在侧边栏的情况下,设置pullRefresh.disabled为 false情况下,内容区展示异常问题 (#4566)

Co-authored-by: ”jiatianqi“ <”jiatianqi@baidu.com“>
This commit is contained in:
Ma ke 2022-06-09 17:07:11 +08:00 committed by GitHub
parent 7f1760cc84
commit e1af793147
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -136,7 +136,8 @@
flex-direction: row;
align-items: stretch;
> .#{$ns}Page-content {
> .#{$ns}Page-content,
.#{$ns}PullRefresh {
width: 0;
flex-grow: 1;
}