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
陈轩
2016-08-17 16:26:26 +0800
Commit
04b4067527a078e8df2bb2d3447d2ab7ffe11c6f
1 parent
d15d57df
fix
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 @
04b4067
...
...
@@ -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 @
04b4067
...
...
@@ -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