@lemon-fe/components 0.1.17 → 0.1.21

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.
@@ -152,7 +152,7 @@ function LayoutTabs(props) {
152
152
  return /*#__PURE__*/React.createElement(Layout, _objectSpread({
153
153
  className: classNames(className, "".concat(prefixCls, "-tabs-wrapper")),
154
154
  body: /*#__PURE__*/React.createElement(Tabs, {
155
- accessKey: activeKey,
155
+ activeKey: activeKey,
156
156
  onTabClick: onTabClick,
157
157
  className: "".concat(prefixCls, "-tabs")
158
158
  }, nodes)
@@ -41,6 +41,7 @@
41
41
  margin-right: 8px;
42
42
  vertical-align: -0.15em;
43
43
  background-color: @primary-color;
44
+ border-radius: 1px;
44
45
  content: '';
45
46
  }
46
47
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lemon-fe/components",
3
- "version": "0.1.17",
3
+ "version": "0.1.21",
4
4
  "description": "> TODO: description",
5
5
  "author": "鲁盛杰 <lusj@cnlemon.net>",
6
6
  "homepage": "",
@@ -41,5 +41,5 @@
41
41
  "react": "^17.0.2",
42
42
  "react-dom": "^17.0.2"
43
43
  },
44
- "gitHead": "a8bf149d318e0f6a021bce9a23fa8ca64dd926f9"
44
+ "gitHead": "9d9f6be7b0500bd3c129def21914dd3d7e039a42"
45
45
  }