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
Plain Diff
Browse Files
Authored by
陈轩
2016-08-15 14:41:12 +0800
Commit
6688714a6cce3ac6605eb23fd6db31c7310531fd
2 parents
e89ce269
938aff4d
Merge branch 'develop' into release/1.0
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
0 deletions
public/scss/me/_order-detail.css
public/vue/me/order-detail.vue
public/scss/me/_order-detail.css
View file @
6688714
...
...
@@ -166,6 +166,14 @@ body {
font-size
:
30px
;
color
:
#b0b0b0
;
}
.goods-status
{
background-color
:
#4A90E2
;
color
:
#fffefe
;
font-size
:
22px
;
border-radius
:
15px
;
padding
:
5px
10px
;
}
}
}
...
...
public/vue/me/order-detail.vue
View file @
6688714
...
...
@@ -32,6 +32,7 @@
<div class="goods-price">
<p>¥{{product.goodsPrice}}</p>
<p>×{{product.buyNumber}}</p>
<p><span class="goods-status">{{product.goodsStatus}}</span></p>
</div>
</a>
</li>
...
...
Please
register
or
login
to post a comment