mirror of
https://gitee.com/baidu/amis.git
synced 2024-11-30 10:59:42 +08:00
fix:修复存在侧边栏的情况下,设置pullRefresh.disabled为 false情况下,内容区展示异常问题 (#4566)
Co-authored-by: ”jiatianqi“ <”jiatianqi@baidu.com“>
This commit is contained in:
parent
7f1760cc84
commit
e1af793147
@ -136,7 +136,8 @@
|
||||
flex-direction: row;
|
||||
align-items: stretch;
|
||||
|
||||
> .#{$ns}Page-content {
|
||||
> .#{$ns}Page-content,
|
||||
.#{$ns}PullRefresh {
|
||||
width: 0;
|
||||
flex-grow: 1;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user