Commit 07497189 authored by agping's avatar agping

后台样式优化修改

parent 47ed1b47
...@@ -103,7 +103,7 @@ a:hover{ ...@@ -103,7 +103,7 @@ a:hover{
}*/ }*/
/*新版本 样式*/ /*新版本 样式*/
#page-content-wrapper { #page-content-wrapper {
width: 86%; width: 1024px;
float: left; float: left;
} }
/*隐藏按钮 样式*/ /*隐藏按钮 样式*/
......
...@@ -99,11 +99,11 @@ define(['doT', 'jquery', 'text!temp/menu_template_tpl.html', 'layer'], function ...@@ -99,11 +99,11 @@ define(['doT', 'jquery', 'text!temp/menu_template_tpl.html', 'layer'], function
if($.trim(_this.html()).indexOf("隐藏")!=-1){ if($.trim(_this.html()).indexOf("隐藏")!=-1){
$('#sidebar-wrapper').hide(); $('#sidebar-wrapper').hide();
_this.html('显示<img src="/resource/image/icon_down_hide@2x.png" class="text-icon-hide"/>'); _this.html('显示<img src="/resource/image/icon_down_hide@2x.png" class="text-icon-hide"/>');
$("#page-content-wrapper").css("width","100%");//内容显示大小 $("#page-content-wrapper").css("width","1160px");//内容显示大小
}else{ }else{
$('#sidebar-wrapper').show(); $('#sidebar-wrapper').show();
_this.html('隐藏<img src="/resource/image/icon_down@2x.png" class="text-icon-hide"/>'); _this.html('隐藏<img src="/resource/image/icon_down@2x.png" class="text-icon-hide"/>');
$("#page-content-wrapper").css("width","86%");//内容显示大小 $("#page-content-wrapper").css("width","1024px");//内容显示大小
} }
}); });
//显示操作里的按钮 //显示操作里的按钮
......
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