Merge pull request #190 from DevDengChao/patch-4

Fix spu form item width
pull/831/MERGE
芋道源码 2025-11-22 18:58:55 +08:00 committed by GitHub
commit 95912679a4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -18,14 +18,14 @@
v-model="formData.categoryId"
:options="categoryList"
:props="defaultProps"
class="w-80"
class="w-80!"
clearable
filterable
placeholder="请选择商品分类"
/>
</el-form-item>
<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
v-for="item in brandList"
:key="item.id"