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 +3 -3
- package/dist/scrollBar.css +1 -1
- package/dist/select.css +2 -2
- package/package.json +1 -1
package/dist/index.umd.js
CHANGED
|
@@ -922,8 +922,8 @@
|
|
|
922
922
|
}
|
|
923
923
|
.selectOption {
|
|
924
924
|
height: 100%;
|
|
925
|
-
padding-top: 0.
|
|
926
|
-
padding-bottom:
|
|
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:
|
|
1213
|
+
height: calc(100% + 15px);
|
|
1214
1214
|
}
|
|
1215
1215
|
.pageScroll .thumb {
|
|
1216
1216
|
height: 0;
|
package/dist/scrollBar.css
CHANGED
package/dist/select.css
CHANGED