Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
YOHO-ACTIVITY-PHP
·
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
毕凯
9 years ago
Commit
46592de966cef462069705bf26c894b82a78f7d0
1 parent
ebb6b17c
扩大左侧导航点击区域
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
2 deletions
template/www.yohobuy.com/partials/product/left-content.phtml
template/www.yohobuy.com/partials/product/left-content.phtml
View file @
46592de
...
...
@@ -12,8 +12,10 @@
</li>
{
{#each
list
}
}
<li
{
{#if
active
}
}class=
"active"
{
{/if
}
}>
<a
href=
"{{href}}"
>
{
{name
}
}</a>
<a
href=
"{{href}}"
>
{
{name
}
}
<span>
{
{num
}
}</span>
</a>
</li>
{
{/each
}
}
</ul>
...
...
@@ -30,8 +32,10 @@
<ul
class=
"sort-child-list new-sale"
>
{
{#each
list
}
}
<li
{
{#if
active
}
}active
{
{/if
}
}>
<a
href=
"{{href}}"
>
{
{name
}
}</a>
<a
href=
"{{href}}"
>
{
{name
}
}
<span>
{
{num
}
}</span>
</a>
</li>
{
{/each
}
}
</ul>
...
...
Please
register
or
login
to post a comment