Skip to content

[QUESTION]什么情况下滚动到了底部,但是滚动条没有 #245

Open
@xmsz-stu

Description

image
 <List
                data={[...new Array(100).fill(undefined).map((item, index) => ({ id: index }))]}
                height={200}
                itemHeight={30}
                itemKey='id'
                
              >
                {(item) => <div>{item.id}</div>}
              </List>
  • 滚动条的位置刚好卡在高度的一半
  • 如果height是动态值,我只要延迟设置height就正常,但这个时机不一定,可能是100毫秒,也可能是200毫秒以上。而且界面会弹一下
  • 我这个组件是在弹窗里的

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions