Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yoho-blk
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
1
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Plain Diff
Browse Files
Authored by
xuqi
2016-08-09 14:43:41 +0800
Commit
dc21a3c2bcecc36e88d5a9abd632ea0a716c8192
2 parents
29c16f58
98222572
Merge branch 'release/1.0' of
http://git.yoho.cn/fe/yoho-blk
into release/1.0
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
0 deletions
apps/me/views/partial/returns-list.hbs
public/scss/me/return/_list.css
apps/me/views/partial/returns-list.hbs
View file @
dc21a3c
...
...
@@ -2,6 +2,7 @@
<div
class=
"order"
>
{{#
returnsList
}}
{{>
common
/
subtitle
}}
{{#if
list
}}
<div
class=
"table"
>
<ul
class=
"header"
>
<li
class=
"info"
>
商品信息
</li>
...
...
@@ -31,6 +32,9 @@
</div>
</div>
{{/
list
}}
{{^}}
<p
class=
"empty-list"
>
您没有退/换货订单!
</p>
{{/if}}
{{#if
paginationOpts
}}
{{{
pagination
paginationOpts
}}}
{{/if}}
...
...
public/scss/me/return/_list.css
View file @
dc21a3c
.returns-wrap
{
.empty-list
{
margin-top
:
30px
;
text-align
:
center
;
}
.table
{
width
:
100%
;
max-width
:
990px
;
...
...
Please
register
or
login
to post a comment