fmui-base 2.0.85 → 2.0.86

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.86:流程列表标题样式
6
7
  - 2.0.85:表单未用到的批示意见默认隐藏
7
8
  - 2.0.84:批量办理回调时报错问题处理
8
9
  - 2.0.83:同一字段关联字段,编辑方式相同时冲突
@@ -1182,7 +1182,7 @@ var PageHome = function (_React$Component) {
1182
1182
  var barModules = returnDataItem.modules;
1183
1183
  var formCode = returnDataItem.formCode;
1184
1184
  var FlowCommon;
1185
- debugger;
1185
+
1186
1186
  try {
1187
1187
  FlowCommon = require('pages/flow_common/' + barModules).default ? require('pages/flow_common/' + barModules).default : require('pages/flow_common/' + barModules);
1188
1188
  if (typeof FlowCommon !== 'undefined' && typeof FlowCommon.operateCallBack === "function") {
@@ -366,7 +366,7 @@ var ListItem = function (_React$Component) {
366
366
  ),
367
367
  _react2.default.createElement(
368
368
  Box,
369
- null,
369
+ { className: 'title' },
370
370
  this.props.title
371
371
  )
372
372
  ),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "fmui-base",
3
- "version": "2.0.85",
3
+ "version": "2.0.86",
4
4
  "title": "fmui-base",
5
5
  "description": "fmui移动端组件",
6
6
  "main": "lib/index.js",