dtable-ui-component 0.1.88 → 0.1.89

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.
@@ -121,7 +121,8 @@ var ImagesLazyLoad = /*#__PURE__*/function (_React$Component) {
121
121
  marginLeft: '4px'
122
122
  };
123
123
  return /*#__PURE__*/React.createElement("div", {
124
- style: style
124
+ style: style,
125
+ className: "d-flex align-items-center"
125
126
  }, /*#__PURE__*/React.createElement(Loading, null));
126
127
  }
127
128
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dtable-ui-component",
3
- "version": "0.1.88",
3
+ "version": "0.1.89",
4
4
  "main": "./lib/index.js",
5
5
  "dependencies": {
6
6
  "@seafile/react-image-lightbox": "0.0.9",