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/dist/adata-ui.common.js +33 -33
- package/dist/adata-ui.common.js.map +1 -1
- package/dist/adata-ui.css +1 -1
- package/dist/adata-ui.umd.js +33 -33
- package/dist/adata-ui.umd.js.map +1 -1
- package/dist/adata-ui.umd.min.js +2 -2
- package/dist/adata-ui.umd.min.js.map +1 -1
- package/package.json +1 -1
- package/src/components/Button/AButton.vue +5 -1
- package/src/components/Header/InfoHeader.vue +1 -1
package/package.json
CHANGED
|
@@ -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:
|
|
104
|
+
padding: 3px 16px;
|
|
101
105
|
font-size: 12px;
|
|
102
106
|
}
|
|
103
107
|
&_sm {
|