easy3wui 1.5.16 → 1.5.17
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.
|
@@ -205,7 +205,7 @@ var Easy3wDownLoad = function (_Component) {
|
|
|
205
205
|
// 预览
|
|
206
206
|
return _react2['default'].createElement(
|
|
207
207
|
'div',
|
|
208
|
-
{ style: { width: '100%', display: 'flex', alignItems: 'center'
|
|
208
|
+
{ style: { width: '100%', display: 'flex', alignItems: 'center' } },
|
|
209
209
|
_react2['default'].createElement(
|
|
210
210
|
_tooltip2['default'],
|
|
211
211
|
{ placement: 'topLeft', title: name, style: { whiteSpace: 'pre-wrap', wordWrap: 'break-word' } },
|
|
@@ -213,7 +213,7 @@ var Easy3wDownLoad = function (_Component) {
|
|
|
213
213
|
'a',
|
|
214
214
|
{ onClick: function onClick() {
|
|
215
215
|
return _this2.onPreview(obj, url);
|
|
216
|
-
}, style: { overflow: 'hidden', whiteSpace: 'nowrap', textOverflow: 'ellipsis' } },
|
|
216
|
+
}, style: { overflow: 'hidden', whiteSpace: 'nowrap', textOverflow: 'ellipsis', paddingRight: '12px' } },
|
|
217
217
|
name
|
|
218
218
|
)
|
|
219
219
|
),
|