Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
xianyu-ufo-app-web
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
张文文
2019-10-18 18:13:50 +0800
Commit
b5f029e179009c7143a7bc70e1bfc1a8d346eb7c
1 parent
b840ecf6
ui fix review by lea.guo
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
3 deletions
apps/pages/home/mine/components/order.vue
apps/pages/order/components/confirm/buyer-coupon.vue
apps/pages/order/components/confirm/buyer-promotion.vue
apps/pages/home/mine/components/order.vue
View file @
b5f029e
...
...
@@ -61,10 +61,10 @@ export default {
content: "";
position: absolute;
width: 1px;
height: 80px;
top: 10px;
height: 40px;
top: 20px;
right: 0;
background:
linear-gradient(#fff, #e0e0e0, #fff)
;
background:
#e0e0e0
;
}
}
}
...
...
apps/pages/order/components/confirm/buyer-coupon.vue
View file @
b5f029e
...
...
@@ -50,6 +50,7 @@ export default {
}
.icon-right {
font-size: 24px;
color: #999;
}
...
...
apps/pages/order/components/confirm/buyer-promotion.vue
View file @
b5f029e
...
...
@@ -50,6 +50,7 @@ export default {
}
.icon-right {
font-size: 24px;
color: #999;
}
...
...
Please
register
or
login
to post a comment