|
|
@@ -23,7 +23,7 @@
|
|
|
filterable
|
|
|
placeholder="请选择商品分类"
|
|
|
/>
|
|
|
- <el-button :icon="RefreshRight" @click="refreshCategoryList" />
|
|
|
+ <el-button :icon="RefreshRight" @click="refreshCategoryList" class="ml-1" size="small" />
|
|
|
</el-form-item>
|
|
|
<el-form-item label="商品品牌" prop="brandId">
|
|
|
<el-select v-model="formData.brandId" class="w-80!" placeholder="请选择商品品牌">
|
|
|
@@ -34,7 +34,7 @@
|
|
|
:value="item.id as number"
|
|
|
/>
|
|
|
</el-select>
|
|
|
- <el-button :icon="RefreshRight" @click="refreshBrandList" />
|
|
|
+ <el-button :icon="RefreshRight" @click="refreshBrandList" class="ml-1" size="small" />
|
|
|
</el-form-item>
|
|
|
<el-form-item label="商品关键字" prop="keyword">
|
|
|
<el-input v-model="formData.keyword" class="w-80!" placeholder="请输入商品关键字" />
|