3h1-ui 3.0.0-next.226 → 3.0.0-next.227

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/es/index.js CHANGED
@@ -49445,7 +49445,7 @@ const Descriptions = /* @__PURE__ */ defineComponent({
49445
49445
  field
49446
49446
  } = item;
49447
49447
  const labelStyles = {
49448
- width: getProps.value.mode === "horizontal" ? `${getProps.value.labelWidth}px` : "auto",
49448
+ width: `${getProps.value.labelWidth}px`,
49449
49449
  ...unref(labelAlignCss),
49450
49450
  ...unref(getProps).labelStyle,
49451
49451
  ...labelStyle
package/lib/index.js CHANGED
@@ -49469,7 +49469,7 @@ const Descriptions = /* @__PURE__ */ vue.defineComponent({
49469
49469
  field
49470
49470
  } = item;
49471
49471
  const labelStyles = {
49472
- width: getProps.value.mode === "horizontal" ? `${getProps.value.labelWidth}px` : "auto",
49472
+ width: `${getProps.value.labelWidth}px`,
49473
49473
  ...vue.unref(labelAlignCss),
49474
49474
  ...vue.unref(getProps).labelStyle,
49475
49475
  ...labelStyle
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "3h1-ui",
3
- "version": "3.0.0-next.226",
3
+ "version": "3.0.0-next.227",
4
4
  "description": "",
5
5
  "main": "lib/index.js",
6
6
  "module": "es/index.js",
@@ -29,8 +29,8 @@
29
29
  "vue-json-pretty": "^2.2.3",
30
30
  "vxe-table": "^4.3.6",
31
31
  "xe-utils": "^3.5.7",
32
- "@shy-plugins/tinymce": "^1.0.6",
33
32
  "@shy-plugins/use": "1.0.1-next.5",
33
+ "@shy-plugins/tinymce": "^1.0.6",
34
34
  "@shy-plugins/utils": "1.0.0-next.1"
35
35
  },
36
36
  "types": "es/ui/index.d.ts",