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
2081dda9
authored
Feb 21, 2025
by
卢越
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
【功能优化】商城客服页面匹配暗黑模式;
parent
e85c1b0a
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
src/views/mall/promotion/kefu/components/message/OrderItem.vue
+1
-1
src/views/mall/promotion/kefu/components/message/ProductItem.vue
+1
-1
No files found.
src/views/mall/promotion/kefu/components/message/OrderItem.vue
View file @
2081dda9
...
@@ -112,7 +112,7 @@ function formatOrderStatus(order: any) {
...
@@ -112,7 +112,7 @@ function formatOrderStatus(order: any) {
border-radius
:
10px
;
border-radius
:
10px
;
padding
:
10px
;
padding
:
10px
;
border
:
1px
var
(
--el-border-color
)
solid
;
border
:
1px
var
(
--el-border-color
)
solid
;
background-color
:
var
(
--app-content-bg-color
);
//
透明色,暗黑模式下也能体现
background-color
:
rgba
(
128
,
128
,
128
,
0.3
);
//
透明色,暗黑模式下也能体现
.order-card-header
{
.order-card-header
{
height
:
28px
;
height
:
28px
;
...
...
src/views/mall/promotion/kefu/components/message/ProductItem.vue
View file @
2081dda9
...
@@ -77,7 +77,7 @@ const openDetail = (spuId: number) => {
...
@@ -77,7 +77,7 @@ const openDetail = (spuId: number) => {
.product-warp
{
.product-warp
{
width
:
100%
;
width
:
100%
;
background-color
:
var
(
--app-content-bg-color
);
background-color
:
rgba
(
128
,
128
,
128
,
0.3
);
border
:
1px
solid
var
(
--el-border-color
);
border
:
1px
solid
var
(
--el-border-color
);
border-radius
:
8px
;
border-radius
:
8px
;
display
:
flex
;
display
:
flex
;
...
...
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