iov-pro-components 0.0.97 → 0.0.98
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.
|
@@ -20791,10 +20791,10 @@ var script$8 = {
|
|
|
20791
20791
|
this.normalizedFormConfig = _objectSpread2({
|
|
20792
20792
|
grid: true,
|
|
20793
20793
|
span: 6,
|
|
20794
|
-
gutter: simple ? 8 :
|
|
20794
|
+
gutter: simple ? 8 : 16,
|
|
20795
20795
|
collapse: this.formItems.length > 0,
|
|
20796
20796
|
maxLine: 2,
|
|
20797
|
-
space:
|
|
20797
|
+
space: 12
|
|
20798
20798
|
}, form || {});
|
|
20799
20799
|
// 表格配置信息
|
|
20800
20800
|
this.normalizedTableConfig = {
|
|
@@ -21264,8 +21264,9 @@ var script$7 = {
|
|
|
21264
21264
|
return _objectSpread2({
|
|
21265
21265
|
grid: true,
|
|
21266
21266
|
span: 6,
|
|
21267
|
-
gutter:
|
|
21267
|
+
gutter: 16,
|
|
21268
21268
|
collapse: true,
|
|
21269
|
+
space: 12,
|
|
21269
21270
|
maxLine: 2
|
|
21270
21271
|
}, this.config.form);
|
|
21271
21272
|
},
|
|
@@ -23105,7 +23106,7 @@ var install = function install(Vue, componentConfig) {
|
|
|
23105
23106
|
};
|
|
23106
23107
|
var index = {
|
|
23107
23108
|
install: install,
|
|
23108
|
-
version: '0.0.
|
|
23109
|
+
version: '0.0.98',
|
|
23109
23110
|
ColumnTooltip: __vue_component__$y,
|
|
23110
23111
|
Description: __vue_component__$v,
|
|
23111
23112
|
DialogItemsSelect: __vue_component__$u,
|