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
李奇
2017-08-03 13:35:06 +0800
Commit
ae246d1e75dde850dc907d3bb5cfbc276dc62ff7
1 parent
b2753dfe
添加购物车确定后app内白屏修改
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
5 deletions
public/vue/component/product/cart/slide-select-header.vue
public/vue/component/product/prefer-list.vue
public/vue/component/product/cart/slide-select-header.vue
View file @
ae246d1
<template>
<div class="select-header">
<div class="title">{{title}}</div>
<a
href="javascript:;"
class="btn-sure" @click="selected">确定</a>
<a class="btn-sure" @click="selected">确定</a>
</div>
</template>
...
...
public/vue/component/product/prefer-list.vue
View file @
ae246d1
...
...
@@ -51,7 +51,7 @@
.product-name {
margin-top: 20px;
max-width: 200px;
font-size:
3
2px;
font-size:
2
2px;
color: #000;
white-space: nowrap;
overflow: hidden;
...
...
@@ -61,14 +61,15 @@
.price .discount {
margin-top: 10px;
color: #f00;
font-size:
3
2px;
font-size:
2
2px;
display: inline-block;
margin-left: 7px;
vertical-align: bottom;
}
.price .market {
margin-left: 10px;
font-size: 22px;
margin-left: 5px;
font-size: 18px;
margin-top: 10px;
color: #b0b0b0;
}
...
...
Please
register
or
login
to post a comment