adata-ui 0.3.69 → 0.3.70

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "adata-ui",
3
- "version": "0.3.69",
3
+ "version": "0.3.70",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "serve": "vue-cli-service serve",
@@ -522,10 +522,10 @@ export default {
522
522
  if (currentModule) {
523
523
  document.querySelector(`#services-navs #${this.module}`).click()
524
524
  }
525
- document.html.style.overflowY = "hidden"
525
+ document.documentElement.style.overflowY = "hidden"
526
526
  } else {
527
527
  this.showPanelMenu = false
528
- document.html.style.overflowY = "auto"
528
+ document.documentElement.style.overflowY = "auto"
529
529
  }
530
530
  },
531
531
  $route() {