venus-design 0.6.2 → 0.6.4

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.
@@ -318,7 +318,8 @@ var VenusTable = function VenusTable(props) {
318
318
  current: pageInfo.current,
319
319
  pageSize: pageInfo.pageSize,
320
320
  pageSizeOptions: [10, 20, 50, 100, 500]
321
- }
321
+ },
322
+ ghost: true
322
323
  }, props, {
323
324
  //传递的其他属性
324
325
  //toolBarRender={() =>toolsAndOptions.tools}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "venus-design",
3
- "version": "0.6.2",
3
+ "version": "0.6.4",
4
4
  "description": "venus all compoments",
5
5
  "module": "dist/index.js",
6
6
  "types": "dist/index.d.ts",