cimos7-vue3-common 0.4.93 → 0.4.94
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.
|
@@ -85762,14 +85762,13 @@ const PAe = { class: "slot-content-wrapper" }, RAe = dt({
|
|
|
85762
85762
|
null,
|
|
85763
85763
|
al(R.value.searchLeft, (_e, jt) => (ce(), xt(ne, {
|
|
85764
85764
|
key: `slot-left-${jt}`,
|
|
85765
|
-
span: _e.span,
|
|
85765
|
+
span: _e.span ? _e.span : 0,
|
|
85766
85766
|
class: "form-item"
|
|
85767
85767
|
}, {
|
|
85768
85768
|
default: nt(() => [
|
|
85769
85769
|
rt(" 统一使用 renderVNode,并包裹在宽度100%的容器中 "),
|
|
85770
85770
|
rt(' <div class="slot-content-wrapper"> '),
|
|
85771
85771
|
t(a, {
|
|
85772
|
-
style: { "margin-bottom": "12px" },
|
|
85773
85772
|
vnode: _e.originalVNode
|
|
85774
85773
|
}, null, 8, ["vnode"]),
|
|
85775
85774
|
rt(" </div> ")
|
|
@@ -86094,7 +86093,7 @@ const PAe = { class: "slot-content-wrapper" }, RAe = dt({
|
|
|
86094
86093
|
}, 8, ["gutter"]);
|
|
86095
86094
|
};
|
|
86096
86095
|
}
|
|
86097
|
-
}), bZ = /* @__PURE__ */ tg($Ae, [["__scopeId", "data-v-
|
|
86096
|
+
}), bZ = /* @__PURE__ */ tg($Ae, [["__scopeId", "data-v-7ac3a682"]]);
|
|
86098
86097
|
bZ.install = (e) => {
|
|
86099
86098
|
e.component(bZ.name, bZ);
|
|
86100
86099
|
};
|