Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohoblk-wap
·
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
李奇
8 years ago
Commit
ed7c30759e1136eb260583ef6ec0dd3f07fcf430
1 parent
fb5b9352
fixed: UI
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
0 deletions
public/scss/me/_order-detail.css
public/vue/me/order.vue
public/scss/me/_order-detail.css
View file @
ed7c307
...
...
@@ -30,6 +30,10 @@ body {
flex
:
1
;
font-size
:
34px
;
}
p
{
padding-left
:
30px
;
}
}
.order-code
{
...
...
@@ -218,6 +222,7 @@ body {
padding
:
30px
20px
;
border-top
:
1px
solid
#eee
;
text-align
:
right
;
background-color
:
#fff
;
a
{
display
:
inline-block
;
...
...
public/vue/me/order.vue
View file @
ed7c307
...
...
@@ -286,6 +286,7 @@
html,
body {
height: 100%;
background-color: #f6f6f6;
}
@import "../../scss/me/_order.css";
...
...
Please
register
or
login
to post a comment