adata-ui 0.1.89 → 0.1.90

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.89",
3
+ "version": "0.1.90",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "serve": "vue-cli-service serve",
@@ -94,18 +94,15 @@ export default {
94
94
  &_extra_sm {
95
95
  height: 24px;
96
96
  padding: 2px 16px;
97
- line-height: 20px;
98
97
  font-size: 12px;
99
98
  }
100
99
  &_sm {
101
100
  height: 32px;
102
101
  padding: 6px 20px;
103
- line-height: 20px;
104
102
  }
105
103
  &_md {
106
104
  height: 40px;
107
105
  padding: 8px 30px;
108
- line-height: 24px;
109
106
  }
110
107
  &_fit {
111
108
  padding: 8px 0;