Sign in
w-front-end
/
select_good
·
Commits
GitLab
Back to group
Project
Activity
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code »
Commit
44ee24969028f14e9173fe69c812ee4b23cec26c
Authored by
王强
2020-03-28 16:44:45 +0800
1 parent
23a4f581
添加“热销商品”描述信息
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
src/components/goodsItem_2/goodsItem_2.less
src/components/goodsItem_2/goodsItem_2.vue
src/components/goodsItem_2/goodsItem_2.less
View file @
44ee249
...
...
@@ -67,7 +67,8 @@
67
67
margin-top: 2px;
68
68
text-align: center;
69
69
color: #999999;
70
- font-size: 24px;
70
+ font-size: 24px;
71
+ height: 34px;
71
72
white-space: nowrap;
72
73
text-overflow: ellipsis;
73
74
overflow: hidden;
...
...
src/components/goodsItem_2/goodsItem_2.vue
View file @
44ee249
...
...
@@ -13,7 +13,7 @@
13
13
<div class="price">{{item.price}}</div>
14
14
</div>
15
15
<div class="ads" v-if="pid == '2'">
16
-
爆卖1000件
16
+
{{item.ads || ""}}
17
17
</div>
18
18
</div>
19
19
</div>
...
...