bug修复
This commit is contained in:
parent
17b907ff52
commit
7eec96468e
|
|
@ -618,23 +618,23 @@
|
||||||
class="dynamic-item"
|
class="dynamic-item"
|
||||||
>
|
>
|
||||||
<el-row :gutter="24">
|
<el-row :gutter="24">
|
||||||
<el-col :span="9">
|
<el-col :span="12">
|
||||||
<el-form-item label="属性" prop="attribute">
|
<el-form-item label="属性" prop="attribute">
|
||||||
<el-input
|
<el-input
|
||||||
v-model="propertyNames[index]"
|
v-model="propertyNames[index]"
|
||||||
placeholder="请输入"
|
placeholder="请输入"
|
||||||
maxlength="20"
|
maxlength="20"
|
||||||
style="width: 370px"
|
style="width: 100%"
|
||||||
>
|
>
|
||||||
</el-input>
|
</el-input>
|
||||||
</el-form-item>
|
</el-form-item>
|
||||||
</el-col>
|
</el-col>
|
||||||
<el-col
|
<el-col
|
||||||
:span="9"
|
:span="2"
|
||||||
style="
|
style="
|
||||||
margin-top: 10px;
|
margin-top: 10px;
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: center;
|
justify-content: left;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
"
|
"
|
||||||
>
|
>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue