@zgfe/business-lib 1.0.27-tags.4 → 1.0.27

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.
@@ -215,6 +215,7 @@ var InfiniteScrollList = function InfiniteScrollList(_ref) {
215
215
  }),
216
216
  next: loadMoreData,
217
217
  scrollableTarget: "scrollableDiv",
218
+ className: "".concat(classPrefix, "-event-item-wrap"),
218
219
  key: Math.random()
219
220
  }, showList.map(function (e) {
220
221
  var _currentValue$event2;
@@ -55,6 +55,11 @@
55
55
  margin-right: @margin-xss;
56
56
  color: @warning-color;
57
57
  }
58
+ &-event-item-wrap {
59
+ .biz-event-select-option {
60
+ padding: 0 @padding-xs;
61
+ }
62
+ }
58
63
  &-option {
59
64
  .__select-option();
60
65
  display: flex;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zgfe/business-lib",
3
- "version": "1.0.27-tags.4",
3
+ "version": "1.0.27",
4
4
  "scripts": {
5
5
  "start": "dumi dev",
6
6
  "docs:build": "dumi build",
@@ -58,5 +58,5 @@
58
58
  "react": "^16.12.0 || ^17.0.0",
59
59
  "yorkie": "^2.0.0"
60
60
  },
61
- "gitHead": "b551fecf2e35087a5d85f30cac3fa1153213f9c8"
61
+ "gitHead": "ffc20956bea440bcdf76fa67d8c891c341d3923f"
62
62
  }