3h1-ui 3.0.0-next.71 → 3.0.0-next.72
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 +1 -1
- package/lib/index.js +1 -1
- package/package.json +1 -1
package/es/index.js
CHANGED
|
@@ -35029,7 +35029,7 @@ const ShyForm = /* @__PURE__ */ defineComponent({
|
|
|
35029
35029
|
[`${prefixCls2}-table-form-item`]: isTableForm.value
|
|
35030
35030
|
},
|
|
35031
35031
|
"style": {
|
|
35032
|
-
[`--col-span`]: `${((_a2 = schema.colProps) == null ? void 0 : _a2.span) / (ROW_SLICE + ACTION_COL) * 100}%`
|
|
35032
|
+
[`--col-span`]: `${(((_a2 = schema.colProps) == null ? void 0 : _a2.span) ?? getBindValue.value.baseColProps.span) / (ROW_SLICE + ACTION_COL) * 100}%`
|
|
35033
35033
|
}
|
|
35034
35034
|
}, {
|
|
35035
35035
|
...Object.keys(omit$1(slots, ignoreKeys)).reduce((pre, cur) => {
|
package/lib/index.js
CHANGED
|
@@ -35053,7 +35053,7 @@ const ShyForm = /* @__PURE__ */ vue.defineComponent({
|
|
|
35053
35053
|
[`${prefixCls2}-table-form-item`]: isTableForm.value
|
|
35054
35054
|
},
|
|
35055
35055
|
"style": {
|
|
35056
|
-
[`--col-span`]: `${((_a2 = schema.colProps) == null ? void 0 : _a2.span) / (ROW_SLICE + ACTION_COL) * 100}%`
|
|
35056
|
+
[`--col-span`]: `${(((_a2 = schema.colProps) == null ? void 0 : _a2.span) ?? getBindValue.value.baseColProps.span) / (ROW_SLICE + ACTION_COL) * 100}%`
|
|
35057
35057
|
}
|
|
35058
35058
|
}, {
|
|
35059
35059
|
...Object.keys(omit$1(slots, ignoreKeys)).reduce((pre, cur) => {
|