Skip to content

Commit 14cb120

Browse files
author
puhui999
committed
【优化】客服订单卡片样式优化
1 parent 34542ca commit 14cb120

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

src/views/mall/promotion/kefu/components/message/OrderMessageItem.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
: ''
1111
]"
1212
>
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%">
1414
<div class="order-card-header flex items-center justify-between p-x-20px">
1515
<div class="order-no">订单号:{{ getMessageContent.no }}</div>
1616
<div :class="formatOrderColor(getMessageContent)" class="order-state font-16">

src/views/mall/promotion/kefu/components/message/ProductItem.vue

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,6 @@ const skuString = computed(() => {
111111

112112
<style lang="scss" scoped>
113113
.ss-order-card-warp {
114-
max-width: 60%;
115114
padding: 20px;
116115
border-radius: 10px;
117116
background-color: #e2e2e2;

src/views/mall/promotion/kefu/components/message/ProductMessageItem.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
:skuText="getMessageContent.introduction"
1717
:title="getMessageContent.spuName"
1818
:titleWidth="400"
19+
class="max-w-70%"
1920
priceColor="#FF3000"
2021
/>
2122
</div>

0 commit comments

Comments
 (0)