adata-ui 0.3.8 → 0.3.9

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.8",
3
+ "version": "0.3.9",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "serve": "vue-cli-service serve",
@@ -194,9 +194,8 @@ export default {
194
194
  align-items: center;
195
195
  gap: 40px;
196
196
  @media only screen and (max-width: 820px) {
197
- margin: 0 16px;
198
197
  height: 100%;
199
- margin-top: 24px;
198
+ margin: 24px 16px 0;
200
199
  }
201
200
 
202
201
  &__images {