Commit ae4a43ac authored by wangjiangze's avatar wangjiangze

菜单缩放效果调整

parent 5e735e0a
......@@ -418,6 +418,7 @@
$('dd i').each(function(){
$(this).hide();
});
$("dd span").css('font-size', 12+'px');
$("dd span").show();
$("dd a").animate({'padding':'0px'},"fast");
//修改标志位
......@@ -434,14 +435,15 @@
$('dd i').each(function(){
$(this).show();
});
$("dd span").css('font-size', 14+'px');
$("dd span").show();
$("dd a").animate({'padding':'0 20px'},"fast");
isShow =true;
}
});
$("ul .layui-nav-item a").click(function(){
if(isShow==false){
$('.kit-side-fold').trigger("click");
}
});
// $("ul .layui-nav-item a").click(function(){
// if(isShow==false){
// $('.kit-side-fold').trigger("click");
// }
// });
</script>
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment