@funcho/ui 1.1.2 → 1.1.3
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.
|
@@ -206,7 +206,7 @@ const _sfc_main = /* @__PURE__ */ vue.defineComponent({
|
|
|
206
206
|
fields: searchFormFields.value,
|
|
207
207
|
class: vue.normalizeClass(vue.unref(ns).e("query-form")),
|
|
208
208
|
"label-position": "right",
|
|
209
|
-
"label-width": hasMoreContent.value &&
|
|
209
|
+
"label-width": hasMoreContent.value && isExpanded.value ? "auto" : "fit-content"
|
|
210
210
|
}, null, 8, ["fields", "class", "label-width"]),
|
|
211
211
|
vue.createElementVNode("div", {
|
|
212
212
|
class: vue.normalizeClass(vue.unref(ns).e("tools"))
|
|
@@ -202,7 +202,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
202
202
|
fields: searchFormFields.value,
|
|
203
203
|
class: normalizeClass(unref(ns).e("query-form")),
|
|
204
204
|
"label-position": "right",
|
|
205
|
-
"label-width": hasMoreContent.value &&
|
|
205
|
+
"label-width": hasMoreContent.value && isExpanded.value ? "auto" : "fit-content"
|
|
206
206
|
}, null, 8, ["fields", "class", "label-width"]),
|
|
207
207
|
createElementVNode("div", {
|
|
208
208
|
class: normalizeClass(unref(ns).e("tools"))
|