venus-design 1.0.5 → 1.0.6

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.
@@ -653,6 +653,8 @@ export default function VirtTable(props) {
653
653
  }
654
654
  }, [editorType, editorCell, editorStyle, selectValue, numberValue, dateValue, selevelValue, userValue, deptValue]);
655
655
  return /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("div", {
656
+ className: "virt-table-all"
657
+ }, /*#__PURE__*/React.createElement("div", {
656
658
  className: "virt-table-header"
657
659
  }, /*#__PURE__*/React.createElement("div", {
658
660
  className: "virt-table-header-title"
@@ -708,5 +710,5 @@ export default function VirtTable(props) {
708
710
  })));
709
711
  }));
710
712
  }));
711
- }))));
713
+ })))));
712
714
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "venus-design",
3
- "version": "1.0.5",
3
+ "version": "1.0.6",
4
4
  "description": "venus all compoments",
5
5
  "module": "dist/index.js",
6
6
  "types": "dist/index.d.ts",