Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yoho-community-web
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
1
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Plain Diff
Browse Files
Authored by
陈峰
2019-02-28 18:15:30 +0800
Commit
ae4dc235357286e1153888ea33e4083d0c8aafb3
2 parents
3b626f36
b0043d27
Merge branch 'feature/scroll' of
http://git.yoho.cn/fe/yoho-community-web
into feature/scroll
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
5 additions
and
3 deletions
apps/pages/article/components/detail/recommend-product-item.vue
apps/pages/article/components/detail/recommend-product-list.vue
apps/pages/article/components/detail/zan-bar.vue
config/api-map.js
apps/pages/article/components/detail/recommend-product-item.vue
View file @
ae4dc23
...
...
@@ -81,7 +81,6 @@ export default {
font-size: 20px;
color: #444;
/*height: 58px;*/
word-break: break-all;
white-space: normal;
}
}
...
...
apps/pages/article/components/detail/recommend-product-list.vue
View file @
ae4dc23
...
...
@@ -27,8 +27,10 @@ export default {
.product-list {
width: 100%;
overflow: scroll;
overflow-x: scroll;
overflow-y: hidden;
white-space: nowrap;
display: flex;
}
.item + .item {
...
...
apps/pages/article/components/detail/zan-bar.vue
View file @
ae4dc23
<template>
<div class="flex">
<WidgetAvatarGroup :avatars="praiseHeadIco"></WidgetAvatarGroup>
<span class="v-center">{{praiseCount}}人喜欢</span>
<span class="v-center"
v-if="praiseCount"
>{{praiseCount}}人喜欢</span>
<span class="time v-center text-right">{{publish_time | formatTime}}</span>
</div>
</template>
...
...
config/api-map.js
View file @
ae4dc23
...
...
@@ -113,6 +113,7 @@ module.exports = {
},
'/api/guang/article/queryGoods'
:
{
api
:
'app.search.recomandLi'
,
cache
:
true
,
params
:
{
query
:
{
type
:
String
,
require
:
false
},
order
:
{
type
:
String
,
require
:
false
},
...
...
Please
register
or
login
to post a comment