@lemon-fe/components 0.1.129 → 0.1.130

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.
@@ -217,7 +217,7 @@
217
217
  box-sizing: border-box;
218
218
  min-width: 120px;
219
219
  height: 40px;
220
- padding: 0 16px;
220
+ padding: 0 8px;
221
221
  color: rgba(51, 51, 51, 0.5);
222
222
  font-weight: 500;
223
223
  font-size: 14px;
@@ -232,7 +232,7 @@
232
232
  box-sizing: border-box;
233
233
  min-width: 120px;
234
234
  height: 40px;
235
- padding: 9px 4px 9px 16px;
235
+ padding: 9px 8px;
236
236
  color: rgba(51, 51, 51, 1);
237
237
  font-size: 14px;
238
238
  line-height: 40px;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lemon-fe/components",
3
- "version": "0.1.129",
3
+ "version": "0.1.130",
4
4
  "description": "> TODO: description",
5
5
  "author": "鲁盛杰 <lusj@cnlemon.net>",
6
6
  "homepage": "",
@@ -39,5 +39,5 @@
39
39
  "react": "^17.0.2",
40
40
  "react-dom": "^17.0.2"
41
41
  },
42
- "gitHead": "d144400d933c6e81b33d7be40ceba4928db5afab"
42
+ "gitHead": "aa14d0c951acdc5db1bd2246dfb4bf6200bf845d"
43
43
  }