sand-components-vben 2.7.97 → 2.7.98
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/package.json
CHANGED
package/sand-components-vben.js
CHANGED
|
@@ -93813,7 +93813,7 @@ function hWe() {
|
|
|
93813
93813
|
transition: "transform 0.3s ease-in-out"
|
|
93814
93814
|
})), r = ue(() => ({
|
|
93815
93815
|
height: t.value,
|
|
93816
|
-
width: `${e.iframeWidth}px`,
|
|
93816
|
+
width: `${e.iframeWidth + 100}px`,
|
|
93817
93817
|
transform: e.isIframeOpen ? "translateX(0)" : "translateX(100%)",
|
|
93818
93818
|
transition: "transform 0.3s ease-in-out"
|
|
93819
93819
|
})), i = ue(() => ({
|