File tree Expand file tree Collapse file tree 3 files changed +8
-12
lines changed
components/DiyEditor/components/mobile/ProductCard
views/mall/promotion/diy/template Expand file tree Collapse file tree 3 files changed +8
-12
lines changed Original file line number Diff line number Diff line change @@ -82,8 +82,8 @@ export const component = {
82
82
bgEndColor : '#FE832A' ,
83
83
imgUrl : ''
84
84
} ,
85
- borderRadiusTop : 8 ,
86
- borderRadiusBottom : 8 ,
85
+ borderRadiusTop : 6 ,
86
+ borderRadiusBottom : 6 ,
87
87
space : 8 ,
88
88
spuIds : [ ] ,
89
89
style : {
Original file line number Diff line number Diff line change 14
14
:key =" index"
15
15
>
16
16
<!-- 角标 -->
17
- <div v-if =" property.badge.show" class =" absolute left-0 top-0 z-1 items-center justify-center" >
17
+ <div
18
+ v-if =" property.badge.show && property.badge.imgUrl"
19
+ class =" absolute left-0 top-0 z-1 items-center justify-center"
20
+ >
18
21
<el-image fit =" cover" :src =" property.badge.imgUrl" class =" h-26px w-38px" />
19
22
</div >
20
23
<!-- 商品封面图 -->
Original file line number Diff line number Diff line change 62
62
/>
63
63
</template >
64
64
</el-table-column >
65
- <el-table-column label =" 模板名称" align =" center" prop =" name" />
65
+ <el-table-column label =" 模板名称" align =" center" prop =" name" min-width = " 180 " />
66
66
<el-table-column label =" 是否使用" align =" center" prop =" used" >
67
67
<template #default =" scope " >
68
68
<dict-tag :type =" DICT_TYPE.INFRA_BOOLEAN_STRING" :value =" scope.row.used" />
69
69
</template >
70
70
</el-table-column >
71
- <el-table-column
72
- label =" 使用时间"
73
- align =" center"
74
- prop =" usedTime"
75
- :formatter =" dateFormatter"
76
- width =" 180px"
77
- />
78
- <el-table-column label =" 备注" align =" center" prop =" remark" />
71
+ <el-table-column label =" 备注" align =" center" prop =" remark" min-width =" 180" />
79
72
<el-table-column
80
73
label =" 创建时间"
81
74
align =" center"
You can’t perform that action at this time.
0 commit comments