fmui-base 2.2.15 → 2.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.
package/README.md CHANGED
@@ -3,6 +3,7 @@
3
3
  ---npm publish
4
4
 
5
5
  ## 更新日志
6
+ - 2.2.16:修改关联流程暂无数据样式
6
7
  - 2.2.15:一网通办打开表单报没有登录权限问题
7
8
  - 2.2.14:一网通办首页添加主题色
8
9
  - 2.2.13:单行文本必填校验问题
@@ -153,7 +153,7 @@ var Page = function (_React$Component) {
153
153
  _react2.default.createElement(
154
154
  'div',
155
155
  null,
156
- _react2.default.createElement('img', { src: _variables2.default.nodataIcon, alt: '' })
156
+ _react2.default.createElement('img', { src: _variables2.default.nodataIcon, alt: '', style: 'height: 160px;' })
157
157
  )
158
158
  )
159
159
  )
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "fmui-base",
3
- "version": "2.2.15",
3
+ "version": "2.2.16",
4
4
  "title": "fmui-base",
5
5
  "description": "fmui移动端组件",
6
6
  "main": "lib/index.js",