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-17 16:56:47 +0800
Commit
22190521beb9b617c449445ae927c4967237fd39
2 parents
a8b34047
f23c1092
Merge branch 'develop' of git.yoho.cn:fe/yohoblk-wap into develop
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
6 deletions
public/vue/editorial/index-box.vue
public/vue/me/return/item.vue
public/vue/editorial/index-box.vue
View file @
2219052
...
...
@@ -42,13 +42,9 @@
.title {
background: #fff;
font-size: 42px;
line-height:
43px
;
line-height:
1.2
;
font-weight: 700;
padding: 30px;
a {
height: 86px;
}
}
.editorial-des {
...
...
public/vue/me/return/item.vue
View file @
2219052
...
...
@@ -17,7 +17,7 @@
<div class="price">
¥{{product.lastPrice}}
<p class="num">
x
{{product.num || 1}}
x
1
</p>
</div>
</div>
...
...
Please
register
or
login
to post a comment