@ccs-ui/rc-pro 2.3.6-beta-21 → 2.3.6-beta-22

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.
@@ -117,6 +117,11 @@ export default function CcsSelectCustomize(_ref) {
117
117
  width: contentWidth,
118
118
  onCancel: onClose,
119
119
  footer: null,
120
+ styles: {
121
+ body: {
122
+ padding: 0
123
+ }
124
+ },
120
125
  children: [children && /*#__PURE__*/React.cloneElement(children, {
121
126
  value: value,
122
127
  onClose: onClose,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ccs-ui/rc-pro",
3
- "version": "2.3.6-beta-21",
3
+ "version": "2.3.6-beta-22",
4
4
  "description": "",
5
5
  "license": "MIT",
6
6
  "author": {