@ccs-ui/rc-pro 1.1.22-beta-7 → 1.1.22-beta-8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/es/pro-table/search.js +2 -2
- package/package.json +1 -1
package/es/pro-table/search.js
CHANGED
|
@@ -427,10 +427,10 @@ function SearchComponent(_ref) {
|
|
|
427
427
|
form: form,
|
|
428
428
|
onFinish: onSearch,
|
|
429
429
|
layout: formItemLayout,
|
|
430
|
-
children: /*#__PURE__*/_jsx(Row, {
|
|
430
|
+
children: hasRow ? /*#__PURE__*/_jsx(Row, {
|
|
431
431
|
gutter: 16,
|
|
432
432
|
children: renderItems
|
|
433
|
-
})
|
|
433
|
+
}) : renderItems
|
|
434
434
|
})
|
|
435
435
|
});
|
|
436
436
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ccs-ui/rc-pro",
|
|
3
|
-
"version": "1.1.22-beta-
|
|
3
|
+
"version": "1.1.22-beta-8",
|
|
4
4
|
"description": "CcsDatePicker.RangePicker参数bug;CcsProTable删除disableCollapseForm参数;CcsProTable添加formItemLayout,formItemCol参数适应自定义布局;table column支持多行省略显示",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"author": {
|