|
@@ -36,7 +36,13 @@
|
|
|
<el-divider></el-divider>
|
|
|
</template>
|
|
|
<flexbox class="d-container-bd" align="stretch">
|
|
|
- <el-form ref="form" :model="fieldForm" label-width="100px" inline>
|
|
|
+ <el-form
|
|
|
+ ref="form"
|
|
|
+ :model="fieldForm"
|
|
|
+ label-width="100px"
|
|
|
+ inline
|
|
|
+ style="width: 90%; margin: 0 auto"
|
|
|
+ >
|
|
|
<wk-form-items
|
|
|
v-for="(children, index) in fieldList"
|
|
|
:key="index"
|
|
@@ -44,7 +50,7 @@
|
|
|
:field-list="children"
|
|
|
:fullFieldList="fieldList"
|
|
|
:isBatchCreate="isBatchCreate"
|
|
|
- labelWidth="80px"
|
|
|
+ labelWidth="100px"
|
|
|
@change="
|
|
|
(field, index, value) =>
|
|
|
formChange(field, index, value, fieldList)
|