Commit 2c2cd9ac authored by duxinyuan's avatar duxinyuan

1

parent 22435216
......@@ -51,7 +51,7 @@
}
.tab-content{
border: none ;
height: 785px!important;
/*height: 785px!important;*/
overflow-y: auto;
}
......
......@@ -15,6 +15,9 @@ define (['doT', 'text!temp/menu_template_tpl.html','ckfinder','ckfinderStart', '
event: function () {
var that = this ;
//只在首页显示 菜单
var height = window.screen.availHeight-100;
$('.tab-content').css("height",height);
menu_bar(function(){
//回调部分
//记录tab的点击状态,对应的标签内容展开,并高亮显示
......
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