国产av日韩一区二区三区精品,成人性爱视频在线观看,国产,欧美,日韩,一区,www.成色av久久成人,2222eeee成人天堂

javascript - How to scale the left navigation
三叔
三叔 2017-06-30 09:59:54
0
1
920

Click the button and it will become:

Is this implemented using a plug-in? What should be the hover effect if using native?

三叔
三叔

reply all(1)
typecho

This is the framework of adminlte

The principle is to use the class of the parent node to control the display mode of child nodes,

The pop-up menu is the child node of your hover

https://adminlte.io/themes/Ad...

In fact, just look at the code of adminlte and you will know

    <li class="active treeview menu-open">
      <a href="#">
        <i class="fa fa-dashboard"></i> <span>Dashboard</span>
        <span class="pull-right-container">
          <i class="fa fa-angle-left pull-right"></i>
        </span>
      </a>
      <ul class="treeview-menu">
        <li><a href="index.html"><i class="fa fa-circle-o"></i> Dashboard v1</a></li>
        <li class="active"><a href="index2.html"><i class="fa fa-circle-o"></i> Dashboard v2</a></li>
      </ul>
    </li>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template