vue3-components-plus 3.0.32 → 3.0.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.
|
@@ -44963,10 +44963,10 @@ const _sfc_main$c = /* @__PURE__ */ defineComponent({
|
|
|
44963
44963
|
},
|
|
44964
44964
|
setup(__props) {
|
|
44965
44965
|
useCssVars((_ctx) => ({
|
|
44966
|
-
"
|
|
44967
|
-
"
|
|
44968
|
-
"
|
|
44969
|
-
"
|
|
44966
|
+
"v48d8fea8": __props.modalColor,
|
|
44967
|
+
"v1481ea10": _height.value,
|
|
44968
|
+
"v782b960e": dialogPosition.value.left,
|
|
44969
|
+
"v08c32324": dialogPosition.value.top
|
|
44970
44970
|
}));
|
|
44971
44971
|
const asyncDom = computed(() => {
|
|
44972
44972
|
var _a3;
|
|
@@ -45140,7 +45140,7 @@ const _sfc_main$c = /* @__PURE__ */ defineComponent({
|
|
|
45140
45140
|
} else {
|
|
45141
45141
|
_height.value = `calc(${heightValue} - ${topBottom}px)`;
|
|
45142
45142
|
}
|
|
45143
|
-
_centerHeight.value =
|
|
45143
|
+
_centerHeight.value = "100%";
|
|
45144
45144
|
return;
|
|
45145
45145
|
} catch (error) {
|
|
45146
45146
|
console.log(error);
|