@kmkf-fe-packages/basic-components 2.9.1-beta.17 → 2.9.1-beta.19

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/index.esm.js CHANGED
@@ -15074,12 +15074,8 @@ var jstColumns = [{
15074
15074
  title: '商品图片',
15075
15075
  width: 100,
15076
15076
  render: function render(picUrl) {
15077
- return /*#__PURE__*/React.createElement("img", {
15078
- style: {
15079
- width: '30px',
15080
- height: '30px',
15081
- objectFit: 'contain'
15082
- },
15077
+ return /*#__PURE__*/React.createElement(ApaasImage, {
15078
+ width: 30,
15083
15079
  src: picUrl
15084
15080
  });
15085
15081
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kmkf-fe-packages/basic-components",
3
- "version": "2.9.1-beta.17",
3
+ "version": "2.9.1-beta.19",
4
4
  "description": "> TODO: description",
5
5
  "homepage": "",
6
6
  "license": "ISC",
@@ -66,5 +66,5 @@
66
66
  "publishConfig": {
67
67
  "access": "public"
68
68
  },
69
- "gitHead": "de249ba6b62462c8f8b55d8de791a5cf2574ec5c"
69
+ "gitHead": "07464b90c80a3e91e82c9d14c35dd64be9d96387"
70
70
  }