bhd-components 0.7.7 → 0.7.8

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.
@@ -94,8 +94,8 @@ const CustomerService = (props)=>{
94
94
  html2canvas(document.getElementsByTagName('html')[0]).then((canvas)=>{
95
95
  console.log(canvas, 22222);
96
96
  setTimeout(()=>{
97
- let dom = document.getElementById("container_html5_api");
98
- // let dom = document.getElementById("__docusaurus");
97
+ //let dom = document.getElementById("container_html5_api")
98
+ let dom = document.getElementById("rootWrapper");
99
99
  html2canvas(dom, {
100
100
  backgroundColor: null,
101
101
  useCORS: true,
@@ -142,8 +142,8 @@ var CustomerService = function(props) {
142
142
  html2canvas(document.getElementsByTagName("html")[0]).then(function(canvas) {
143
143
  console.log(canvas, 22222);
144
144
  setTimeout(function() {
145
- var dom = document.getElementById("container_html5_api");
146
- // let dom = document.getElementById("__docusaurus");
145
+ //let dom = document.getElementById("container_html5_api")
146
+ var dom = document.getElementById("rootWrapper");
147
147
  html2canvas(dom, {
148
148
  backgroundColor: null,
149
149
  useCORS: true,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bhd-components",
3
- "version": "0.7.7",
3
+ "version": "0.7.8",
4
4
  "description": "组件功能描述",
5
5
  "files": [
6
6
  "esm",