File tree Expand file tree Collapse file tree
src/form-render-core/src/core/RenderChildren/RenderList Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Changelog
22
3- ## 1.9.8
3+ ## 1.9.9
44
55- [ +] 更新` schema ` 类型声明
66
7+ ## 1.9.8
8+
9+ - [ +] 更新` virtualList ` 样式
10+
711## 1.9.7
812
913- [ +] 对嵌套的` 对象类型 ` 组件扩展` schema ` ,新增` collapsed ` 属性用于控制面板折叠。
1014
1115## 1.9.6
1216
1317- [ +] 更新` schema ` 类型声明
14-
18+
1519## 1.9.5
1620
1721- [ +] 扩展` watch ` 的能力
Original file line number Diff line number Diff line change 11{
22 "name" : " form-render" ,
3- "version" : " 1.9.8 " ,
3+ "version" : " 1.9.9 " ,
44 "description" : " 通过 JSON Schema 生成标准 Form,常用于自定义搭建配置界面生成" ,
55 "keywords" : [
66 " Form" ,
Original file line number Diff line number Diff line change @@ -161,7 +161,7 @@ const VirtualList = ({
161161
162162 < Table
163163 rowKey = "index"
164- scroll = { { y : scrollY , x : 'max-content' } }
164+ scroll = { { y : scrollY } }
165165 components = { vt }
166166 size = "small"
167167 columns = { columns }
You can’t perform that action at this time.
0 commit comments