startup-ui 0.6.0 → 0.6.1
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/startup-ui.es.js
CHANGED
|
@@ -3873,7 +3873,7 @@ const Xu = ["placeholder"], Qu = {
|
|
|
3873
3873
|
left: `${w.left + window.scrollX}px`,
|
|
3874
3874
|
zIndex: 9999,
|
|
3875
3875
|
width: `${w.width}px`
|
|
3876
|
-
}, g.value === "drop-up" ? ne.value.bottom = `${document.documentElement.clientHeight - w.top - window.scrollY}px` : ne.value.top = `${w.bottom + ($ ? 0 : window.scrollY)}px`);
|
|
3876
|
+
}, g.value === "drop-up" ? ne.value.bottom = `${document.documentElement.clientHeight - w.top - ($ ? 0 : window.scrollY)}px` : ne.value.top = `${w.bottom + ($ ? 0 : window.scrollY)}px`);
|
|
3877
3877
|
}
|
|
3878
3878
|
Ae(d, (w) => {
|
|
3879
3879
|
w && T();
|