Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohobuywap-node
·
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-03-07 14:34:09 +0800
Commit
c5334030ee7923ea8eb5988be23d6937c74bb8fc
1 parent
b08e6d90
intro text UI
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletions
apps/product/controllers/list.js
public/scss/product/search/_list.css
apps/product/controllers/list.js
View file @
c533403
...
...
@@ -247,6 +247,7 @@ const category = (req, res, next) => {
}),
goodList
:
params
,
firstPageGoods
:
firstPageGoods
||
[],
suggestion
:
firstPageGoods
.
suggestion
||
[],
showDownloadApp
:
true
,
pageFooter
:
true
,
category
:
true
,
...
...
public/scss/product/search/_list.css
View file @
c533403
.good-list-page
{
.intro-text
{
width
:
100%
;
line-height
:
28px
;
padding
:
22px
24px
;
font-size
:
24px
;
...
...
@@ -396,5 +395,6 @@
.maybe-like-goods
{
min-height
:
500px
;
overflow
:
hidden
;
padding-left
:
0.375rem
;
}
}
...
...
Please
register
or
login
to post a comment