ninemoon-ui 0.0.22 → 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 +4 -4
- package/dist/js/scrollBar/scrollBar.js +1 -1
- 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
|
-
|
|
1213
|
+
height: 103%;
|
|
1214
1214
|
}
|
|
1215
1215
|
.pageScroll .thumb {
|
|
1216
1216
|
height: 0;
|
|
@@ -5575,7 +5575,7 @@
|
|
|
5575
5575
|
ref_key: "wrap",
|
|
5576
5576
|
ref: wrap,
|
|
5577
5577
|
onScroll: handleScroll,
|
|
5578
|
-
class: vue.normalizeClass([{ "tdd-max-h-[300px]": _ctx.isSelectdom }, "tddScroll tdd-
|
|
5578
|
+
class: vue.normalizeClass([{ "tdd-max-h-[300px]": _ctx.isSelectdom }, "tddScroll tdd-overscroll-contain tdd-overflow-scroll"]),
|
|
5579
5579
|
style: vue.normalizeStyle({
|
|
5580
5580
|
marginRight: `-${marginnum.value}px`,
|
|
5581
5581
|
marginBottom: `-${marginnum.value}px`
|
|
@@ -171,7 +171,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
171
171
|
ref_key: "wrap",
|
|
172
172
|
ref: wrap,
|
|
173
173
|
onScroll: handleScroll,
|
|
174
|
-
class: normalizeClass([{ "tdd-max-h-[300px]": _ctx.isSelectdom }, "tddScroll tdd-
|
|
174
|
+
class: normalizeClass([{ "tdd-max-h-[300px]": _ctx.isSelectdom }, "tddScroll tdd-overscroll-contain tdd-overflow-scroll"]),
|
|
175
175
|
style: normalizeStyle({
|
|
176
176
|
marginRight: `-${marginnum.value}px`,
|
|
177
177
|
marginBottom: `-${marginnum.value}px`
|
package/dist/scrollBar.css
CHANGED
package/dist/select.css
CHANGED