ninemoon-ui 0.0.23 → 0.0.25

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;
@@ -1210,7 +1210,7 @@
1210
1210
  background-color: rgb(255 255 255 / var(--tw-bg-opacity))
1211
1211
  }
1212
1212
  .pageScroll .tddScroll {
1213
- height: 103%;
1213
+ height: calc(100% + 15px);
1214
1214
  }
1215
1215
  .pageScroll .thumb {
1216
1216
  height: 0;
@@ -1,6 +1,6 @@
1
1
 
2
2
  .pageScroll .tddScroll {
3
- height: 103%;
3
+ height: calc(100% + 15px);
4
4
  }
5
5
  .pageScroll .thumb {
6
6
  height: 0;
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.25",
5
5
  "author": "zhuboy",
6
6
  "keywords": [
7
7
  "vue3",