easy3wui 4.0.28-beta13 → 4.0.28-beta15

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.
@@ -13,6 +13,9 @@
13
13
  .e3wFormItem .ant-form-item {
14
14
  margin-bottom: 8px;
15
15
  }
16
+ .bf-container.read-only .bf-content {
17
+ height: auto;
18
+ }
16
19
  .bf-container.read-only .bf-controlbar {
17
20
  display: none;
18
21
  }
package/assets/index.css CHANGED
@@ -1401,6 +1401,9 @@ s {
1401
1401
  .e3wFormItem .ant-form-item {
1402
1402
  margin-bottom: 8px;
1403
1403
  }
1404
+ .bf-container.read-only .bf-content {
1405
+ height: auto;
1406
+ }
1404
1407
  .bf-container.read-only .bf-controlbar {
1405
1408
  display: none;
1406
1409
  }
@@ -32,11 +32,7 @@ var _tooltip2 = _interopRequireDefault(_tooltip);
32
32
 
33
33
  require('antd/lib/tooltip/style');
34
34
 
35
- var _icon = require('antd/lib/icon');
36
-
37
- var _icon2 = _interopRequireDefault(_icon);
38
-
39
- require('antd/lib/icon/style');
35
+ var _icons = require('@ant-design/icons');
40
36
 
41
37
  var _comonConfig = require('comonConfigPath/comonConfig');
42
38
 
@@ -62,6 +58,8 @@ var _Easy3wAESEncrypt2 = _interopRequireDefault(_Easy3wAESEncrypt);
62
58
 
63
59
  function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { 'default': obj }; }
64
60
 
61
+ // import Icon from 'antd/lib/icon';
62
+ // import 'antd/lib/icon/style';
65
63
  var Easy3wDownLoad = function (_Component) {
66
64
  (0, _inherits3['default'])(Easy3wDownLoad, _Component);
67
65
 
@@ -202,7 +200,7 @@ var Easy3wDownLoad = function (_Component) {
202
200
  name
203
201
  )
204
202
  ),
205
- _react2['default'].createElement(_icon2['default'], { type: 'download', onClick: function onClick() {
203
+ _react2['default'].createElement(_icons.DownloadOutlined, { onClick: function onClick() {
206
204
  return _this2.touchDownload(obj, url);
207
205
  }, style: { float: 'right', lineHeight: '100%' } })
208
206
  );
@@ -241,7 +239,7 @@ var Easy3wDownLoad = function (_Component) {
241
239
  }, style: { overflow: 'hidden', whiteSpace: 'nowrap', textOverflow: 'ellipsis', paddingRight: '12px' } },
242
240
  name
243
241
  ),
244
- _react2['default'].createElement(_icon2['default'], { type: 'download', onClick: function onClick() {
242
+ _react2['default'].createElement(_icons.DownloadOutlined, { onClick: function onClick() {
245
243
  return _this2.touchDownload(obj, url);
246
244
  }, style: { float: 'right', lineHeight: '100%' } })
247
245
  );
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "easy3wui",
3
- "version": "4.0.28-beta13",
3
+ "version": "4.0.28-beta15",
4
4
  "description": "easy3wui components for react",
5
5
  "keywords": [
6
6
  "react",