mirror of
https://gitee.com/zoujingli/ThinkAdmin.git
synced 2025-05-22 14:59:14 +08:00
Update layout-top.html
This commit is contained in:
parent
04db584235
commit
983d63f759
@ -13,7 +13,7 @@
|
|||||||
{foreach $menus as $one}
|
{foreach $menus as $one}
|
||||||
<li class="layui-nav-item">
|
<li class="layui-nav-item">
|
||||||
<a data-menu-node="m-{$one.id}" data-open="{$one.url}">
|
<a data-menu-node="m-{$one.id}" data-open="{$one.url}">
|
||||||
{notempty name='one.icon'}<span class='{$one.icon} padding-right-5'></span>{/notempty}
|
<!--{notempty name='one.icon'}<span class='{$one.icon} padding-right-5'></span>{/notempty}-->
|
||||||
<span>{$one.title|default=''}</span>
|
<span>{$one.title|default=''}</span>
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user