fmui-base 2.1.95 → 2.1.96

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.1.96:新规范流程表单样式修改
6
7
  - 2.1.95:新规范样式修改
7
8
  - 2.1.94:统一待办跳转
8
9
  - 2.1.93:集成统一待办,待办列表增加办理缓急标签
@@ -7456,8 +7456,7 @@ var PageHome = function (_React$Component) {
7456
7456
  'span',
7457
7457
  { className: 'approval-card-left' },
7458
7458
  this.state.processTitle
7459
- ),
7460
- _react2.default.createElement('img', { className: 'approval-card-right', src: _variables2.default.approvalCardIcon })
7459
+ )
7461
7460
  )
7462
7461
  ),
7463
7462
  _react2.default.createElement(
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "fmui-base",
3
- "version": "2.1.95",
3
+ "version": "2.1.96",
4
4
  "title": "fmui-base",
5
5
  "description": "fmui移动端组件",
6
6
  "main": "lib/index.js",