x-star-design 0.0.56 → 0.0.57

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.
@@ -253,7 +253,11 @@ var VirtualTable = function VirtualTable(props) {
253
253
  var width = _ref6.width;
254
254
  return setTableWidth(width);
255
255
  }
256
- }, /*#__PURE__*/React.createElement("div", null, /*#__PURE__*/React.createElement(Table, _extends({}, props, {
256
+ }, /*#__PURE__*/React.createElement("div", {
257
+ style: {
258
+ width: '100%'
259
+ }
260
+ }, /*#__PURE__*/React.createElement(Table, _extends({}, props, {
257
261
  className: classNames("".concat(prefix, "-virtual-table"), props.className),
258
262
  pagination: false,
259
263
  components: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "x-star-design",
3
- "version": "0.0.56",
3
+ "version": "0.0.57",
4
4
  "description": "A react component library developed by turingstar",
5
5
  "license": "MIT",
6
6
  "module": "dist/index.js",