Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
phsl
/
admin
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
14cb1205
authored
Jul 17, 2024
by
puhui999
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
【优化】客服订单卡片样式优化
parent
34542cae
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2 additions
and
2 deletions
+2
-2
src/views/mall/promotion/kefu/components/message/OrderMessageItem.vue
+1
-1
src/views/mall/promotion/kefu/components/message/ProductItem.vue
+0
-1
src/views/mall/promotion/kefu/components/message/ProductMessageItem.vue
+1
-0
No files found.
src/views/mall/promotion/kefu/components/message/OrderMessageItem.vue
View file @
14cb1205
...
...
@@ -10,7 +10,7 @@
: ''
]"
>
<div
:key=
"getMessageContent.id"
class=
"order-list-card-box mt-14px"
>
<div
:key=
"getMessageContent.id"
class=
"order-list-card-box mt-14px
max-w-70%
"
>
<div
class=
"order-card-header flex items-center justify-between p-x-20px"
>
<div
class=
"order-no"
>
订单号:
{{
getMessageContent
.
no
}}
</div>
<div
:class=
"formatOrderColor(getMessageContent)"
class=
"order-state font-16"
>
...
...
src/views/mall/promotion/kefu/components/message/ProductItem.vue
View file @
14cb1205
...
...
@@ -111,7 +111,6 @@ const skuString = computed(() => {
<
style
lang=
"scss"
scoped
>
.ss-order-card-warp
{
max-width
:
60%
;
padding
:
20px
;
border-radius
:
10px
;
background-color
:
#e2e2e2
;
...
...
src/views/mall/promotion/kefu/components/message/ProductMessageItem.vue
View file @
14cb1205
...
...
@@ -16,6 +16,7 @@
:skuText=
"getMessageContent.introduction"
:title=
"getMessageContent.spuName"
:titleWidth=
"400"
class=
"max-w-70%"
priceColor=
"#FF3000"
/>
</div>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment