gxxc-ui 1.0.55 → 1.0.61

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.
@@ -134,7 +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));
137
+ }, otherProps, {
138
+ preview: false
139
+ }));
138
140
  // return <div
139
141
  // style={{
140
142
  // width:width ,
@@ -72,6 +72,9 @@
72
72
  color: #fff;
73
73
  opacity: 0;
74
74
  transition: opacity 0.3s ease;
75
+
76
+ z-index: 2;
77
+ pointer-events: none;
75
78
  }
76
79
  &:hover &-mask-view {
77
80
  opacity: 1;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gxxc-ui",
3
- "version": "1.0.55",
3
+ "version": "1.0.61",
4
4
  "description": "A react library developed with dumi",
5
5
  "license": "MIT",
6
6
  "module": "dist/index.js",