ninemoon-ui 0.0.6 → 0.0.7
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.css +3 -0
- package/dist/index.umd.js +4 -1
- package/dist/js/select/select.js +1 -1
- package/package.json +1 -1
package/dist/index.css
CHANGED
package/dist/index.umd.js
CHANGED
|
@@ -585,6 +585,9 @@
|
|
|
585
585
|
.\\!tdd-p-0 {
|
|
586
586
|
padding: 0px !important;
|
|
587
587
|
}
|
|
588
|
+
.\\!tdd-p-1 {
|
|
589
|
+
padding: 0.25rem !important;
|
|
590
|
+
}
|
|
588
591
|
.tdd-p-1 {
|
|
589
592
|
padding: 0.25rem;
|
|
590
593
|
}
|
|
@@ -2491,7 +2494,7 @@
|
|
|
2491
2494
|
trigger: "native",
|
|
2492
2495
|
modelValue: showOption.value,
|
|
2493
2496
|
"onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => showOption.value = $event),
|
|
2494
|
-
insertClass: "tdd-min-w-[200px] tdd-z-2000 tdd-text-sm tdd-p-1",
|
|
2497
|
+
insertClass: "tdd-min-w-[200px] tdd-z-2000 tdd-text-sm !tdd-p-1",
|
|
2495
2498
|
placement: "bottomleft"
|
|
2496
2499
|
}, {
|
|
2497
2500
|
reference: vue.withCtx(() => [
|
package/dist/js/select/select.js
CHANGED
|
@@ -93,7 +93,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
93
93
|
trigger: "native",
|
|
94
94
|
modelValue: showOption.value,
|
|
95
95
|
"onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => showOption.value = $event),
|
|
96
|
-
insertClass: "tdd-min-w-[200px] tdd-z-2000 tdd-text-sm tdd-p-1",
|
|
96
|
+
insertClass: "tdd-min-w-[200px] tdd-z-2000 tdd-text-sm !tdd-p-1",
|
|
97
97
|
placement: "bottomleft"
|
|
98
98
|
}, {
|
|
99
99
|
reference: withCtx(() => [
|