fmui-base 2.0.36 → 2.0.37

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.37:精选专题跳转
6
7
  - 2.0.36:移动门户组件修改
7
8
  - 2.0.35:移动门户组件修改
8
9
  - 2.0.34:批量提交流程移动端推送
@@ -403,7 +403,7 @@ var MyGrid = function (_React$Component) {
403
403
  key: 'skip2Zhuanti',
404
404
  value: function skip2Zhuanti(item) {
405
405
  var code = item.data.props.code;
406
- location.hash = "topicservice/" + item.code;
406
+ location.hash = "topicservice/" + code;
407
407
  }
408
408
 
409
409
  //跳转到我的事项
@@ -232,7 +232,7 @@
232
232
  .systemItem {
233
233
  display: inline-block;
234
234
  text-align: center;
235
- // width: 25%;
235
+ width: fit-content;
236
236
  vertical-align: top;
237
237
  padding-top: 25px;
238
238
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "fmui-base",
3
- "version": "2.0.36",
3
+ "version": "2.0.37",
4
4
  "title": "fmui-base",
5
5
  "description": "fmui移动端组件",
6
6
  "main": "lib/index.js",