adata-ui 0.3.9 → 0.3.10

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.9",
3
+ "version": "0.3.10",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "serve": "vue-cli-service serve",
package/src/App.vue CHANGED
@@ -1,5 +1,6 @@
1
1
  <template>
2
2
  <div id="app">
3
+ <a-internal-server-error/>
3
4
  <a-not-found/>
4
5
  <a-forbidden/>
5
6
  <a-unavailable/>
@@ -435,9 +435,8 @@ export default {
435
435
  align-items: center;
436
436
  gap: 40px;
437
437
  @media only screen and (max-width: 820px) {
438
- margin: 0 16px;
439
438
  height: 100%;
440
- margin-top: 24px;
439
+ margin: 24px 16px 0;
441
440
  }
442
441
 
443
442
  &__images {