Commit ae4a43ac authored by wangjiangze's avatar wangjiangze

菜单缩放效果调整

parent 5e735e0a
...@@ -418,6 +418,7 @@ ...@@ -418,6 +418,7 @@
$('dd i').each(function(){ $('dd i').each(function(){
$(this).hide(); $(this).hide();
}); });
$("dd span").css('font-size', 12+'px');
$("dd span").show(); $("dd span").show();
$("dd a").animate({'padding':'0px'},"fast"); $("dd a").animate({'padding':'0px'},"fast");
//修改标志位 //修改标志位
...@@ -434,14 +435,15 @@ ...@@ -434,14 +435,15 @@
$('dd i').each(function(){ $('dd i').each(function(){
$(this).show(); $(this).show();
}); });
$("dd span").css('font-size', 14+'px');
$("dd span").show(); $("dd span").show();
$("dd a").animate({'padding':'0 20px'},"fast"); $("dd a").animate({'padding':'0 20px'},"fast");
isShow =true; isShow =true;
} }
}); });
$("ul .layui-nav-item a").click(function(){ // $("ul .layui-nav-item a").click(function(){
if(isShow==false){ // if(isShow==false){
$('.kit-side-fold').trigger("click"); // $('.kit-side-fold').trigger("click");
} // }
}); // });
</script> </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