File tree Expand file tree Collapse file tree 3 files changed +2
-2
lines changed
src/views/mall/promotion/kefu/components/message Expand file tree Collapse file tree 3 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 10
10
: ''
11
11
]"
12
12
>
13
- <div :key =" getMessageContent.id" class =" order-list-card-box mt-14px" >
13
+ <div :key =" getMessageContent.id" class =" order-list-card-box mt-14px max-w-70% " >
14
14
<div class =" order-card-header flex items-center justify-between p-x-20px" >
15
15
<div class =" order-no" >订单号:{{ getMessageContent.no }}</div >
16
16
<div :class =" formatOrderColor(getMessageContent)" class =" order-state font-16" >
Original file line number Diff line number Diff line change @@ -111,7 +111,6 @@ const skuString = computed(() => {
111
111
112
112
<style lang="scss" scoped>
113
113
.ss-order-card-warp {
114
- max-width : 60% ;
115
114
padding : 20px ;
116
115
border-radius : 10px ;
117
116
background-color : #e2e2e2 ;
Original file line number Diff line number Diff line change 16
16
:skuText =" getMessageContent.introduction"
17
17
:title =" getMessageContent.spuName"
18
18
:titleWidth =" 400"
19
+ class =" max-w-70%"
19
20
priceColor =" #FF3000"
20
21
/>
21
22
</div >
You can’t perform that action at this time.
0 commit comments