gxxc-ui 1.0.55 → 1.0.60
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/dist/ImageUI/index.js +3 -13
- package/package.json +1 -1
package/dist/ImageUI/index.js
CHANGED
|
@@ -134,19 +134,9 @@ const ImageUI = props => {
|
|
|
134
134
|
const thumb = getFileThumbnailByFormat(match?.[2] || '');
|
|
135
135
|
return /*#__PURE__*/React.createElement(Image, _extends({
|
|
136
136
|
src: thumb
|
|
137
|
-
}, otherProps
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
// width:width ,
|
|
141
|
-
// height: height,
|
|
142
|
-
// border: '1px solid #eee',
|
|
143
|
-
// display: 'flex',
|
|
144
|
-
// justifyContent: 'center',
|
|
145
|
-
// alignItems:'center',
|
|
146
|
-
// }}
|
|
147
|
-
// >
|
|
148
|
-
// <IconUI name="Excel" size="30" fill="#333" />
|
|
149
|
-
// </div>
|
|
137
|
+
}, otherProps, {
|
|
138
|
+
preview: false
|
|
139
|
+
}));
|
|
150
140
|
}
|
|
151
141
|
};
|
|
152
142
|
return /*#__PURE__*/React.createElement("div", null, /*#__PURE__*/React.createElement("div", {
|