meixioacomponent 0.3.70 → 0.3.71
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.
|
@@ -123648,6 +123648,8 @@ const Insert = options => {
|
|
|
123648
123648
|
} else {
|
|
123649
123649
|
ele.style.position = `fixed`;
|
|
123650
123650
|
ele.style.zIndex = 9999;
|
|
123651
|
+
ele.style.top = `0px`;
|
|
123652
|
+
ele.style.left = `0px`;
|
|
123651
123653
|
}
|
|
123652
123654
|
|
|
123653
123655
|
ele.appendChild(componentInsertConstructor.dom);
|
|
@@ -123657,6 +123657,8 @@ const Insert = options => {
|
|
|
123657
123657
|
} else {
|
|
123658
123658
|
ele.style.position = `fixed`;
|
|
123659
123659
|
ele.style.zIndex = 9999;
|
|
123660
|
+
ele.style.top = `0px`;
|
|
123661
|
+
ele.style.left = `0px`;
|
|
123660
123662
|
}
|
|
123661
123663
|
|
|
123662
123664
|
ele.appendChild(componentInsertConstructor.dom);
|