fmui-base 2.2.9 → 2.2.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.2.10:表单组件样式
6
7
  - 2.2.9:统一待办列表样式
7
8
  - 2.2.8:深圳CA加签
8
9
  - 2.2.7:深圳CA加签验签,支持签名图片
@@ -153,13 +153,8 @@ 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: '', style: { width: 68 + 'px' } })
156
+ _react2.default.createElement('img', { src: _variables2.default.nodataIcon, alt: '' })
157
157
  )
158
- ),
159
- _react2.default.createElement(
160
- Box,
161
- { className: 't-FCc' },
162
- '\u6682\u65E0\u6570\u636E'
163
158
  )
164
159
  )
165
160
  )
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "fmui-base",
3
- "version": "2.2.9",
3
+ "version": "2.2.10",
4
4
  "title": "fmui-base",
5
5
  "description": "fmui移动端组件",
6
6
  "main": "lib/index.js",