easy3wui 1.4.239 → 1.4.240
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.
|
@@ -231,7 +231,7 @@ var mixSingleWithBtn = {
|
|
|
231
231
|
};
|
|
232
232
|
var doubleItemLeft = {
|
|
233
233
|
labelCol: { span: 8 },
|
|
234
|
-
wrapperCol: { span:
|
|
234
|
+
wrapperCol: { span: 16 }
|
|
235
235
|
};
|
|
236
236
|
var doubleItemLeftWithBtn = {
|
|
237
237
|
labelCol: { span: 8 },
|
|
@@ -239,7 +239,7 @@ var doubleItemLeftWithBtn = {
|
|
|
239
239
|
};
|
|
240
240
|
var formItemRight = {
|
|
241
241
|
labelCol: { span: 8 },
|
|
242
|
-
wrapperCol: { span:
|
|
242
|
+
wrapperCol: { span: 16 }
|
|
243
243
|
};
|
|
244
244
|
var threeItem = {
|
|
245
245
|
labelCol: { span: 9 },
|