diff --git a/o2web/source/x_component_TeamWork/$Bam/default/css.wcss b/o2web/source/x_component_TeamWork/$Bam/default/css.wcss index 74e215b9519afde6fadce72cbd578376fa99bd97..d1c6fc5ed38510e5dd1dd1460ff6f117cd67e208 100644 --- a/o2web/source/x_component_TeamWork/$Bam/default/css.wcss +++ b/o2web/source/x_component_TeamWork/$Bam/default/css.wcss @@ -191,7 +191,7 @@ "templateItemContent":{ "float":"left", "margin-left":"20px", - "width":"600px", + "width":"200px", "height":"100%", "font-size":"12px" }, diff --git a/o2web/source/x_component_TeamWork/Main.js b/o2web/source/x_component_TeamWork/Main.js index 74eb92431f2277f1c35d1f6f634ef091fc3e5619..da5ab071654b5db1ed23c56ba635ae384631df3f 100644 --- a/o2web/source/x_component_TeamWork/Main.js +++ b/o2web/source/x_component_TeamWork/Main.js @@ -44,7 +44,6 @@ MWF.xApplication.TeamWork.Main = new Class({ //初始化一些信息 //初始化优先级 - this.rootActions.GlobalAction.initConfig() diff --git a/o2web/source/x_component_TeamWork/ProjectList.js b/o2web/source/x_component_TeamWork/ProjectList.js index c68de72206aa64f9347df9df6a28acd285fa9cea..3e7e216a0b2d62d96a5b2e3f8d8ee82e51532ede 100644 --- a/o2web/source/x_component_TeamWork/ProjectList.js +++ b/o2web/source/x_component_TeamWork/ProjectList.js @@ -655,7 +655,7 @@ MWF.xApplication.TeamWork.ProjectList = new Class({ this.currentListType = "list"; this.menuSettingList.setStyle("background-image","url(../x_component_TeamWork/$ProjectList/default/icon/icon_liebiao_click.png)"); this.menuSettingBlock.setStyle("background-image","url(../x_component_TeamWork/$ProjectList/default/icon/icon_tubiao.png)"); - this.openItem() + this.openItem({type:this.currentNavi}) }.bind(this), mouseover:function(){ //this.app.showTips(this.menuSettingList,{_html:"
"+this.lp.content.listTip+"
"},{axis:"y",position : { x : "auto", y : "top" }}); @@ -667,7 +667,7 @@ MWF.xApplication.TeamWork.ProjectList = new Class({ this.currentListType = "block"; this.menuSettingList.setStyle("background-image","url(../x_component_TeamWork/$ProjectList/default/icon/icon_liebiao.png)"); this.menuSettingBlock.setStyle("background-image","url(../x_component_TeamWork/$ProjectList/default/icon/icon_tubiao_click.png)"); - this.openItem() + this.openItem({type:this.currentNavi}) }.bind(this), mouseover:function(){ //this.app.showTips(this.menuSettingList,{_html:"
"+this.lp.content.blockTip+"
"},{axis:"y",position : { x : "auto", y : "top" }});