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