Commit 31134c23 authored by duxinyuan's avatar duxinyuan

修改样式

parent f5501c0d
...@@ -24,8 +24,12 @@ define (['doT', 'text!temp/menu_template_tpl.html','ckfinder','ckfinderStart', ' ...@@ -24,8 +24,12 @@ define (['doT', 'text!temp/menu_template_tpl.html','ckfinder','ckfinderStart', '
var sceenWidth = window.screen.width < 1200 ? 1200 : window.screen.width ; var sceenWidth = window.screen.width < 1200 ? 1200 : window.screen.width ;
var width = sceenWidth - $('#sidebar-wrapper').width() + "px !important"; var width = sceenWidth - $('#sidebar-wrapper').width() + "px !important";
var sceen = sceenWidth+ "px !important"; var sceen = sceenWidth+ "px !important";
if ( sceenWidth == 1200 ){
$('#mainFrameTabs').attr("style","min-width:959px !important"); $('#mainFrameTabs').attr("style","width:1023px !important");
} else {
$('#mainFrameTabs').attr("style","min-width:1023px !important");
}
$('#wrapper').attr("style","min-width:"+sceen ); $('#wrapper').attr("style","min-width:"+sceen );
$('#headTileNavBar').attr("style","min-width:"+sceen); $('#headTileNavBar').attr("style","min-width:"+sceen);
menu_bar(function(){ menu_bar(function(){
......
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