bug修复

This commit is contained in:
jjLv 2024-12-10 11:10:18 +08:00
parent 17b907ff52
commit 7eec96468e
1 changed files with 4 additions and 4 deletions

View File

@ -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;
"
>