x-essential-lib 0.9.32 → 0.9.33
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.js +4 -4
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -885,18 +885,18 @@ var $e = /* @__PURE__ */ p({
|
|
|
885
885
|
},
|
|
886
886
|
setup(e) {
|
|
887
887
|
let t = o(() => ({
|
|
888
|
-
position: "
|
|
888
|
+
position: "absolute",
|
|
889
889
|
backgroundColor: "#ff00cc",
|
|
890
|
-
width: "
|
|
890
|
+
width: "100%",
|
|
891
891
|
height: "1px",
|
|
892
892
|
top: `${e.top}px`,
|
|
893
893
|
left: "0px",
|
|
894
894
|
zIndex: 9999
|
|
895
895
|
})), n = o(() => ({
|
|
896
|
-
position: "
|
|
896
|
+
position: "absolute",
|
|
897
897
|
backgroundColor: "#ff00cc",
|
|
898
898
|
width: "1px",
|
|
899
|
-
height: "
|
|
899
|
+
height: "100%",
|
|
900
900
|
top: "0px",
|
|
901
901
|
left: `${e.left}px`,
|
|
902
902
|
zIndex: 9999
|