adata-ui 0.3.71 → 0.3.72

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-lock.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "adata-ui",
3
- "version": "0.3.57",
3
+ "version": "0.3.71",
4
4
  "lockfileVersion": 1,
5
5
  "requires": true,
6
6
  "dependencies": {
@@ -6493,9 +6493,9 @@
6493
6493
  },
6494
6494
  "dependencies": {
6495
6495
  "json5": {
6496
- "version": "2.2.2",
6497
- "resolved": "https://registry.npmjs.org/json5/-/json5-2.2.2.tgz",
6498
- "integrity": "sha512-46Tk9JiOL2z7ytNQWFLpj99RZkVgeHf87yGQKsIkaPz1qSH9UczKH1rO7K3wgRselo0tYMUNfecYpm/p1vC7tQ==",
6496
+ "version": "2.2.3",
6497
+ "resolved": "https://registry.npmjs.org/json5/-/json5-2.2.3.tgz",
6498
+ "integrity": "sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg==",
6499
6499
  "dev": true,
6500
6500
  "optional": true
6501
6501
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "adata-ui",
3
- "version": "0.3.71",
3
+ "version": "0.3.72",
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}`,{ passive: true }).click()
524
524
  }
525
- document.documentElement.style.overflowY = "hidden"
525
+ document.body.style.overflowY = "hidden"
526
526
  } else {
527
527
  this.showPanelMenu = false
528
- document.documentElement.style.overflowY = "auto"
528
+ document.body.style.overflowY = null
529
529
  }
530
530
  },
531
531
  $route() {
@@ -92,7 +92,7 @@ export default {
92
92
  display: flex;
93
93
  align-items: center;
94
94
  justify-content: space-between;
95
- max-width: 1140px;
95
+ max-width: 1180px;
96
96
  margin: 0 calc((100vw - 1180px)/2);
97
97
  padding: 20px;
98
98
  @media (max-width: 1140px) {
@@ -150,4 +150,4 @@ export default {
150
150
 
151
151
  }
152
152
  }
153
- </style>
153
+ </style>
@@ -203,7 +203,7 @@ export default {
203
203
  align-items: flex-start;
204
204
  justify-content: space-between;
205
205
  color: #FFF;
206
- max-width: 1140px;
206
+ max-width: 1180px;
207
207
  margin: 0 calc((100vw - 1180px)/2);
208
208
  padding: 40px 20px 20px;
209
209
  @media (max-width: 1140px) {
@@ -245,8 +245,8 @@ export default {
245
245
  align-items: center;
246
246
  gap: 32px;
247
247
  justify-content: flex-end;
248
- max-width: 1140px;
249
- margin: 0 calc((100vw - 1180px) / 2);
248
+ max-width: 1180px;
249
+ margin: 0 calc((100vw - 1180px)/2);
250
250
  padding: 0px 20px 20px 0;
251
251
  @media (max-width: 1140px) {
252
252
  justify-content: flex-start;
@@ -318,4 +318,4 @@ export default {
318
318
  background-image: url('~@/assets/tiktok.svg');
319
319
  cursor: pointer;
320
320
  }
321
- </style>
321
+ </style>