Merge pull request #5074 from jiatianqi/master

fix: #4566 PR 补丁 [pullRefresh.disabled为 false情况下,内容区展示异常问题]
This commit is contained in:
hsm-lv 2022-08-05 17:12:04 +08:00 committed by GitHub
commit 2efa68865a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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