File tree Expand file tree Collapse file tree 1 file changed +8
-4
lines changed
src/views/mall/trade/order/components Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Original file line number Diff line number Diff line change 63
63
</div >
64
64
</template >
65
65
<template #default =" { row } " >
66
- <div class =" flex items-center " >
66
+ <div class =" flex flex-wrap " >
67
67
<el-image
68
68
:src =" row.picUrl"
69
- class =" mr-10px h-30px w-30px "
69
+ class =" mb-[13px] mr-[ 10px] h-[40px] w-[40px] v-middle "
70
70
@click =" imagePreview(row.picUrl)"
71
71
/>
72
- <span class =" mr-10px" >{{ row.spuName }}</span >
73
- <el-tag v-for =" property in row.properties" :key =" property.propertyId" class =" mr-10px" >
72
+ <span class =" mb-[13px] mr-[10px]" >{{ row.spuName }}</span >
73
+ <el-tag
74
+ v-for =" property in row.properties"
75
+ :key =" property.propertyId"
76
+ class =" mb-[13px] mr-[10px]"
77
+ >
74
78
{{ property.propertyName }}: {{ property.valueName }}
75
79
</el-tag >
76
80
</div >
You can’t perform that action at this time.
0 commit comments