cloud-b2b 1.1.79 → 1.1.81

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.
@@ -310,7 +310,8 @@ var SuperForm2 = /*#__PURE__*/function (_React$Component2) {
310
310
  return _objectSpread(_objectSpread({}, props), {}, {
311
311
  onChange: _bindInstanceProperty(_context14 = _this2.onBlur).call(_context14, _assertThisInitialized(_this2), key),
312
312
  onBlur: _bindInstanceProperty(_context15 = _this2.onExitValid).call(_context15, _assertThisInitialized(_this2), key),
313
- onAreaSearch: _this2.props.onAreaSearch
313
+ onAreaSearch: _this2.props.onAreaSearch,
314
+ onClick: _this2.props.onAdd
314
315
  });
315
316
  } else if (type === 'uploadImg') {
316
317
  var _context16, _context17;
@@ -14,7 +14,9 @@
14
14
  max-height: 22px;
15
15
  overflow: auto;
16
16
  }
17
-
17
+ :global(.ant-select) {
18
+ width: 100%;
19
+ }
18
20
  :global(.ant-select-search__field) {
19
21
  z-index: 0;
20
22
  }
@@ -322,7 +322,8 @@ var SuperForm2 = /*#__PURE__*/function (_React$Component2) {
322
322
  return _objectSpread(_objectSpread({}, props), {}, {
323
323
  onChange: (0, _bind["default"])(_context14 = _this2.onBlur).call(_context14, (0, _assertThisInitialized2["default"])(_this2), key),
324
324
  onBlur: (0, _bind["default"])(_context15 = _this2.onExitValid).call(_context15, (0, _assertThisInitialized2["default"])(_this2), key),
325
- onAreaSearch: _this2.props.onAreaSearch
325
+ onAreaSearch: _this2.props.onAreaSearch,
326
+ onClick: _this2.props.onAdd
326
327
  });
327
328
  } else if (type === 'uploadImg') {
328
329
  var _context16, _context17;
@@ -14,7 +14,9 @@
14
14
  max-height: 22px;
15
15
  overflow: auto;
16
16
  }
17
-
17
+ :global(.ant-select) {
18
+ width: 100%;
19
+ }
18
20
  :global(.ant-select-search__field) {
19
21
  z-index: 0;
20
22
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cloud-b2b",
3
- "version": "1.1.79",
3
+ "version": "1.1.81",
4
4
  "description": "A react component library dependent antd",
5
5
  "keywords": [
6
6
  "react",