fix(GoodsCategory.vue): 选择商品分类的右箭头大小调整
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user