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.
- package/assets/formPage.css +3 -0
- package/assets/index.css +3 -0
- package/lib/Easy3wDownLoad/index.js +5 -7
- package/package.json +1 -1
package/assets/formPage.css
CHANGED
package/assets/index.css
CHANGED
|
@@ -32,11 +32,7 @@ var _tooltip2 = _interopRequireDefault(_tooltip);
|
|
|
32
32
|
|
|
33
33
|
require('antd/lib/tooltip/style');
|
|
34
34
|
|
|
35
|
-
var
|
|
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(
|
|
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(
|
|
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
|
);
|