fix(GoodsCategory.vue): 选择商品分类的右箭头大小调整

This commit is contained in:
郝先瑞
2022-03-06 00:14:47 +08:00
parent c249eea201
commit 4ad447806d

View File

@@ -14,7 +14,7 @@
<el-link type="info" :underline="false" v-show="pathLabels.length>0">您选择的商品分类:</el-link>
<el-link type="danger" :underline="false" v-for="(item,index) in pathLabels" style="margin-left: 5px">
{{ item }}
<CaretRight v-show="index<pathLabels.length-1"/>
<CaretRight v-show="index<pathLabels.length-1" style="width: 1em; height:1em;margin-left: 5px"/>
</el-link>
</div>