Fix spu form item width
parent
6b28dba11b
commit
ca9b3ab7bd
|
|
@ -18,14 +18,14 @@
|
||||||
v-model="formData.categoryId"
|
v-model="formData.categoryId"
|
||||||
:options="categoryList"
|
:options="categoryList"
|
||||||
:props="defaultProps"
|
:props="defaultProps"
|
||||||
class="w-80"
|
class="w-80!"
|
||||||
clearable
|
clearable
|
||||||
filterable
|
filterable
|
||||||
placeholder="请选择商品分类"
|
placeholder="请选择商品分类"
|
||||||
/>
|
/>
|
||||||
</el-form-item>
|
</el-form-item>
|
||||||
<el-form-item label="商品品牌" prop="brandId">
|
<el-form-item label="商品品牌" prop="brandId">
|
||||||
<el-select v-model="formData.brandId" class="w-80" placeholder="请选择商品品牌">
|
<el-select v-model="formData.brandId" class="w-80!" placeholder="请选择商品品牌">
|
||||||
<el-option
|
<el-option
|
||||||
v-for="item in brandList"
|
v-for="item in brandList"
|
||||||
:key="item.id"
|
:key="item.id"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue