wyfe-ivue 2.19.19 → 2.19.21
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/package.json
CHANGED
|
@@ -265,6 +265,10 @@ export interface FormColumn {
|
|
|
265
265
|
* el-form-item的labelWidth
|
|
266
266
|
*/
|
|
267
267
|
labelWidth?: string
|
|
268
|
+
/**
|
|
269
|
+
* el-form-item的labelPosition
|
|
270
|
+
*/
|
|
271
|
+
labelPosition?: 'left' | 'right' | 'top'
|
|
268
272
|
/**
|
|
269
273
|
* 是否显示当前项
|
|
270
274
|
* 为false则不显示当前项 会占用formColumn空间,似v-show
|