Toggle navigation
Toggle navigation
This project
Loading...
Sign in
wangshusheng
/
YOHOBUYPC
·
Commits
Go to a project
GitLab
Go to dashboard
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
xuqi
2015-10-23 20:29:42 +0800
Commit
a4838608612a61c35070ae4af15a8cae31d71412
1 parent
d99782be
fix guang home container bug
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletions
static/sass/guang/_info-list.scss
template/m.yohobuy.com/actions/guang/list/index.phtml
static/sass/guang/_info-list.scss
View file @
a483860
...
...
@@ -71,6 +71,10 @@
}
}
.info-list-container
{
overflow-x
:
hidden
;
}
.info-list.hide
{
display
:
none
;
}
...
...
template/m.yohobuy.com/actions/guang/list/index.phtml
View file @
a483860
...
...
@@ -35,7 +35,7 @@
{
{/
navs
}
}
</ul>
<div
id=
"info-list"
>
<div
id=
"info-list"
class=
"info-list-container"
>
{
{#
infos
}
}
<div
class=
"info-list {{^show}}hide{{/show}}"
>
{
{#
info
}
}
...
...
Please
register
or
login
to post a comment