yootd 0.2.14 → 0.2.16

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.
@@ -164,7 +164,7 @@ var SortableItem = function SortableItem(_ref) {
164
164
  style: {
165
165
  height: id === activeKey ? '100%' : 0,
166
166
  padding: id === activeKey ? '12px 16px 12px 32px' : 0,
167
- overflow: id === activeKey ? 'hidden' : ''
167
+ overflow: id === activeKey ? '' : 'hidden'
168
168
  },
169
169
  key: index,
170
170
  className: "".concat(mb.b('sub-content'), " ").concat(id === activeKey && subId === item.key ? "".concat(mb.e('sub-content-active')) : '', " ").concat(mb.b(statusColor[status !== null && status !== void 0 ? status : ''])),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "yootd",
3
- "version": "0.2.14",
3
+ "version": "0.2.16",
4
4
  "description": "基于 Antd 二次开发的组件库",
5
5
  "license": "MIT",
6
6
  "module": "dist/index.js",