@stlhorizon/vue-ui 2.4.5 → 2.4.6
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.esm.js +2 -2
- package/dist/index.js +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/dist/vue-ui.css +1 -1
- package/package.json +1 -1
package/dist/index.esm.js
CHANGED
@@ -8275,7 +8275,7 @@ const cd = {
|
|
8275
8275
|
default: N(() => [
|
8276
8276
|
r.value ? (o(), d("div", {
|
8277
8277
|
key: 0,
|
8278
|
-
class: m(["absolute z-[
|
8278
|
+
class: m(["absolute z-[99999] mt-2 bg-white border border-slate-200 rounded-lg shadow-lg p-4", e.calendarPosition]),
|
8279
8279
|
onClick: k[0] || (k[0] = Ve(() => {
|
8280
8280
|
}, ["stop"]))
|
8281
8281
|
}, [
|
@@ -8362,7 +8362,7 @@ const cd = {
|
|
8362
8362
|
}),
|
8363
8363
|
r.value ? (o(), d("div", {
|
8364
8364
|
key: 0,
|
8365
|
-
class: "fixed inset-0 z-[
|
8365
|
+
class: "fixed inset-0 z-[99998]",
|
8366
8366
|
onClick: $
|
8367
8367
|
})) : h("", !0)
|
8368
8368
|
]));
|