adata-ui 0.1.56 → 0.1.57

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.1.56",
3
+ "version": "0.1.57",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "serve": "vue-cli-service serve",
@@ -663,6 +663,7 @@ export default {
663
663
  display: flex;
664
664
  flex-direction: column;
665
665
  gap: 10px;
666
+ margin-bottom: 40px;
666
667
  &-item {
667
668
  display: flex;
668
669
  justify-content: space-between;