luyoumin-ui 0.0.67 → 0.0.68

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.
@@ -5942,7 +5942,7 @@ const __vite_glob_0_27 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.de
5942
5942
  __proto__: null,
5943
5943
  default: LymCascader
5944
5944
  }, Symbol.toStringTag, { value: "Module" }));
5945
- const _withScopeId$3 = (n) => (pushScopeId("data-v-26ff96bf"), n = n(), popScopeId(), n);
5945
+ const _withScopeId$3 = (n) => (pushScopeId("data-v-1bca6cbb"), n = n(), popScopeId(), n);
5946
5946
  const _hoisted_1$k = { class: "lym-select__wrapper lym-flex-cb no-select" };
5947
5947
  const _hoisted_2$6 = { style: { "flex": "1" } };
5948
5948
  const _hoisted_3$6 = { class: "lym-flex-c lym-select__multiple-item" };
@@ -6247,8 +6247,9 @@ const _sfc_main$r = /* @__PURE__ */ defineComponent({
6247
6247
  });
6248
6248
  }
6249
6249
  function setDropdownBoxPoints(x, y) {
6250
- dropdownBoxPoints.value.x = x;
6251
- dropdownBoxPoints.value.y = y;
6250
+ console.log("lymSelectRef.value----", lymSelectRef.value.offsetLeft, lymSelectRef.value.offsetTop);
6251
+ dropdownBoxPoints.value.x = x + lymSelectRef.value.offsetLeft;
6252
+ dropdownBoxPoints.value.y = y + lymSelectRef.value.offsetTop;
6252
6253
  console.log("dropdownBoxPoints.value----", dropdownBoxPoints.value);
6253
6254
  }
6254
6255
  function onMouseEnter(e) {
@@ -6746,7 +6747,7 @@ const _sfc_main$r = /* @__PURE__ */ defineComponent({
6746
6747
  };
6747
6748
  }
6748
6749
  });
6749
- const LymSelect = /* @__PURE__ */ _export_sfc(_sfc_main$r, [["__scopeId", "data-v-26ff96bf"]]);
6750
+ const LymSelect = /* @__PURE__ */ _export_sfc(_sfc_main$r, [["__scopeId", "data-v-1bca6cbb"]]);
6750
6751
  const __vite_glob_0_20 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
6751
6752
  __proto__: null,
6752
6753
  default: LymSelect