@rocketui/vue 0.1.15 → 0.1.17
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/rocket-ui-vue.js +2 -1
- package/dist/rocket-ui-vue.umd.cjs +1 -1
- package/dist/style.css +1 -1
- package/package.json +1 -1
package/dist/rocket-ui-vue.js
CHANGED
|
@@ -8662,7 +8662,8 @@ async function D5({ value: H }, { value: V }, { value: C }, M, A, L, i = 300, e)
|
|
|
8662
8662
|
return;
|
|
8663
8663
|
const r = ((o = H.offsetParent) == null ? void 0 : o.getBoundingClientRect().left) || 0;
|
|
8664
8664
|
if (Object.assign(V.style, {
|
|
8665
|
-
|
|
8665
|
+
maxWidth: e === "dropdown" ? `${H.offsetWidth}px` : "auto",
|
|
8666
|
+
width: "100%",
|
|
8666
8667
|
left: e === "dropdown" ? `${r}px` : `${d}px`,
|
|
8667
8668
|
top: `${t}px`,
|
|
8668
8669
|
animation: `r-tooltip-show ${i}ms ease-in-out forwards`,
|