Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohobuywap-node
·
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
毕凯
2017-04-28 15:18:36 +0800
Commit
d1debe4465c3bead70040076fe538c772e00a8e0
2 parents
264c748a
a38bdb8e
Merge branch 'feature/deposit' into 'release/5.7'
商品名称过长 See merge request
!528
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
3 deletions
doraemon/views/partial/order/good.hbs
public/scss/home/_order.css
doraemon/views/partial/order/good.hbs
View file @
d1debe4
...
...
@@ -22,6 +22,9 @@
</span>
{{/if}}
</p>
{{#if
appearDate
}}
<span
class=
"appear-date"
>
上市期:
{{
appearDate
}}
</span>
{{/if}}
<p
class=
"row price-wrap"
>
<span
class=
"price"
>
¥
{{
price
}}
...
...
@@ -29,9 +32,6 @@
<span
class=
"count"
>
×
{{
count
}}
</span>
{{#if
appearDate
}}
<span
class=
"appear-date"
>
上市期:
{{
appearDate
}}
</span>
{{/if}}
</p>
</div>
</div>
...
...
public/scss/home/_order.css
View file @
d1debe4
...
...
@@ -360,6 +360,8 @@
.appear-date
{
color
:
#f00
;
float
:
right
;
margin-right
:
30px
;
}
}
...
...
Please
register
or
login
to post a comment