ninemoon-ui 0.0.23 → 0.0.24

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/index.umd.js CHANGED
@@ -922,8 +922,8 @@
922
922
  }
923
923
  .selectOption {
924
924
  height: 100%;
925
- padding-top: 0.5rem;
926
- padding-bottom: 1.5rem
925
+ padding-top: 0.25rem;
926
+ padding-bottom: 0.25rem
927
927
  }
928
928
  .selectOption .label {
929
929
  cursor: pointer;
package/dist/select.css CHANGED
@@ -1,8 +1,8 @@
1
1
 
2
2
  .selectOption {
3
3
  height: 100%;
4
- padding-top: 0.5rem;
5
- padding-bottom: 1.5rem
4
+ padding-top: 0.25rem;
5
+ padding-bottom: 0.25rem
6
6
  }
7
7
  .selectOption .label {
8
8
  cursor: pointer;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "ninemoon-ui",
3
3
  "private": false,
4
- "version": "0.0.23",
4
+ "version": "0.0.24",
5
5
  "author": "zhuboy",
6
6
  "keywords": [
7
7
  "vue3",