Skip to content

Commit

Permalink
Merge pull request #710 from alibaba/dev
Browse files Browse the repository at this point in the history
feat(fr):更新virtualList样式
  • Loading branch information
siyi98 authored Mar 23, 2022
2 parents fe46d31 + 278d135 commit 31e3034
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions packages/form-render/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 1.9.8

- [+] 更新`virtualList`样式

## 1.9.7

- [+] 对嵌套的`对象类型`组件扩展`schema`,新增`collapsed`属性用于控制面板折叠。
Expand Down
2 changes: 1 addition & 1 deletion packages/form-render/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "form-render",
"version": "1.9.7",
"version": "1.9.8",
"description": "通过 JSON Schema 生成标准 Form,常用于自定义搭建配置界面生成",
"keywords": [
"Form",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ const VirtualList = ({

<Table
rowKey="index"
scroll={{ y: scrollY, x: 'max-content' }}
scroll={{ y: scrollY }}
components={vt}
size="small"
columns={columns}
Expand Down

0 comments on commit 31e3034

Please sign in to comment.