fmui-base 2.0.9 → 2.0.10

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.
package/README.md CHANGED
@@ -3,6 +3,7 @@
3
3
  ---npm publish
4
4
 
5
5
  ## 更新日志
6
+ - 2.0.10: 流程表单子表新增按钮样式修改
6
7
  - 2.0.9: 党建流程二开功能支持修改;选人组件岗位切换问题修改
7
8
  - 2.0.8: 上传组件冒泡事件问题修复
8
9
  - 2.0.7: 上传组件结构调整
@@ -767,16 +767,12 @@ var PageHome = function (_React$Component) {
767
767
  ),
768
768
  _react2.default.createElement(
769
769
  'div',
770
- { onClick: this.detailAdd.bind(this), className: t.state.itemParam.subtableReadonly ? 't-DN' : '' },
770
+ { onClick: this.detailAdd.bind(this), className: t.state.itemParam.subtableReadonly ? 't-DN' : 't-button t-button-size-medium t-FCblue' },
771
+ _react2.default.createElement('i', { className: 'iconfont icon-plus' }),
771
772
  _react2.default.createElement(
772
- _Button2.default,
773
- { type: 'secondary', display: 'banner' },
774
- _react2.default.createElement('i', { className: 'iconfont icon-plus' }),
775
- _react2.default.createElement(
776
- 'span',
777
- null,
778
- this.state.itemParam.detailAction
779
- )
773
+ 'span',
774
+ null,
775
+ this.state.itemParam.detailAction
780
776
  )
781
777
  ),
782
778
  _react2.default.createElement('div', { className: 't-BCf7 t-H10' })
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "fmui-base",
3
- "version": "2.0.9",
3
+ "version": "2.0.10",
4
4
  "title": "fmui-base",
5
5
  "description": "fmui移动端组件",
6
6
  "main": "lib/index.js",