adata-ui 0.1.95 → 0.1.98

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.95",
3
+ "version": "0.1.98",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "serve": "vue-cli-service serve",
@@ -81,6 +81,10 @@ export default {
81
81
  font-size: 14px;
82
82
  font-weight: 500;
83
83
 
84
+ display: flex;
85
+ justify-content: center;
86
+ align-items: center;
87
+
84
88
  @media screen and (max-width: 560px) {
85
89
  width: 100%;
86
90
  text-align: center;
@@ -97,7 +101,7 @@ export default {
97
101
  &.size {
98
102
  &_extra_sm {
99
103
  height: 24px;
100
- padding: 2px 16px;
104
+ padding: 3px 16px;
101
105
  font-size: 12px;
102
106
  }
103
107
  &_sm {
@@ -275,7 +275,7 @@ export default {
275
275
  &-elem {
276
276
  display: flex;
277
277
  align-items: center;
278
- gap: 20px;
278
+ gap: 8px;
279
279
  }
280
280
  }
281
281
  &__inner-item {