Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
VVzhouxiaobai authored Apr 21, 2018
1 parent a07e852 commit fa980bc
Showing 1 changed file with 11 additions and 4 deletions.
15 changes: 11 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@
<li><a _href="dividePage.html" target="dividePage"><i class="fa fa-circle-o"></i> 分页demo</a></li>
<li><a _href="tab-control.html" target="tab-control"><i class="fa fa-circle-o"></i> 选项卡里套选项卡</a></li>
<li><a _href="magnifying.html" target="magnifying"><i class="fa fa-circle-o"></i> 放大镜效果</a></li>

</ul>
</li>
<li class="treeview">
Expand Down Expand Up @@ -114,7 +113,7 @@
</ul>
</li>

<li class="treeview">
<li class="treeview">
<a _href="#">
<i class="fa fa-folder"></i> <span>SVG</span>
<i class="fa fa-angle-left pull-right"></i>
Expand All @@ -124,7 +123,15 @@

</ul>
</li>

<li class="treeview">
<a _href="#">
<i class="fa fa-folder"></i> <span>移动端</span>
<i class="fa fa-angle-left pull-right"></i>
</a>
<ul class="treeview-menu">
<li><a href="indexPhone.html"><i class="fa fa-circle-o"></i> 微信旅游网页</a></li>
</ul>
</li>
</ul>
</section>
</aside>
Expand All @@ -149,4 +156,4 @@
</script>

</body>
</html>
</html>

0 comments on commit fa980bc

Please sign in to comment.