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
Unverified
Commit
7ff082a9
authored
Aug 23, 2024
by
芋道源码
Committed by
Gitee
Aug 23, 2024
Browse files
Options
Browse Files
Download
Plain Diff
!524 【页面优化】适配订单详情和售后详情的黑暗模式
Merge pull request !524 from 卢越/master
parents
0f420bf3
dd841c2c
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
src/views/mall/trade/afterSale/detail/index.vue
+2
-2
No files found.
src/views/mall/trade/afterSale/detail/index.vue
View file @
7ff082a9
...
@@ -325,13 +325,13 @@ onMounted(async () => {
...
@@ -325,13 +325,13 @@ onMounted(async () => {
align-items
:
center
;
align-items
:
center
;
min-height
:
30px
;
min-height
:
30px
;
padding
:
10px
;
padding
:
10px
;
background-color
:
#f7f8fa
;
background-color
:
var
(
--app-content-bg-color
)
;
&::before
{
&::before
{
position
:
absolute
;
position
:
absolute
;
top
:
10px
;
top
:
10px
;
left
:
13px
;
left
:
13px
;
border-color
:
transparent
#f7f8fa
transparent
transparent
;
/* 尖角颜色,左侧朝向 */
border-color
:
transparent
var
(
--app-content-bg-color
)
transparent
transparent
;
/* 尖角颜色,左侧朝向 */
border-style
:
solid
;
border-style
:
solid
;
border-width
:
8px
;
/* 调整尖角大小 */
border-width
:
8px
;
/* 调整尖角大小 */
content
:
''
;
content
:
''
;
...
...
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