@a2simcode/ui 0.0.167 → 0.0.169
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/dist/simcode-ui.es.js +37 -41
- package/dist/simcode-ui.umd.js +1 -1
- package/dist/stats.html +1 -1
- package/docs/examples/form/basic.vue +1 -1
- package/package.json +1 -1
|
@@ -459,7 +459,6 @@ const schema = [
|
|
|
459
459
|
type: 'j-input-rows',
|
|
460
460
|
config: {
|
|
461
461
|
field: 'fields',
|
|
462
|
-
labelWidth: '48px',
|
|
463
462
|
},
|
|
464
463
|
children: [
|
|
465
464
|
{
|
|
@@ -486,6 +485,7 @@ const schema = [
|
|
|
486
485
|
labelPosition: 'left',
|
|
487
486
|
},
|
|
488
487
|
defaultValue: {},
|
|
488
|
+
colWidth: 40
|
|
489
489
|
},
|
|
490
490
|
children: [
|
|
491
491
|
{
|