UNPKG

qt-public-ui

Version:

新设计规范下业务组件库

12 lines (9 loc) 338 B
## VirturalList 虚拟滚动 | 参数 | 说明 | 类型 | 默认值 | | --- | --- | --- | --- | | data | 数据数组 | string[] \| object[] | [] | | height | List高度 | number | - | | itemHeight | 具体元素高度 | number | - | | itemKey | 元素key字段映射(唯一) | string | - | | style | 样式 | React.CSSProperties | - |