提交 6ee0937d 编写于 作者: NoSubject's avatar NoSubject

Merge branch 'fix/script_scroll' into 'wrdp'

修复脚本编辑器没有滚动条的bug

See merge request o2oa/o2oa!1918
...@@ -34,7 +34,7 @@ ...@@ -34,7 +34,7 @@
"scriptListAreaSccrollNode": { "scriptListAreaSccrollNode": {
"margin": "4px", "margin": "4px",
"margin-right": "8px", "margin-right": "8px",
"overflow": "hidden", "overflow": "auto",
"background-color": "#FFF", "background-color": "#FFF",
"border-top": "1px solid #999", "border-top": "1px solid #999",
"border-left": "1px solid #999", "border-left": "1px solid #999",
...@@ -229,4 +229,4 @@ ...@@ -229,4 +229,4 @@
"background": "#FFF", "background": "#FFF",
"margin-bottom": "2px" "margin-bottom": "2px"
} }
} }
\ No newline at end of file
...@@ -34,7 +34,7 @@ ...@@ -34,7 +34,7 @@
"scriptListAreaSccrollNode": { "scriptListAreaSccrollNode": {
"margin": "4px", "margin": "4px",
"margin-right": "8px", "margin-right": "8px",
"overflow": "hidden", "overflow": "auto",
"background-color": "#FFF", "background-color": "#FFF",
"border-top": "1px solid #999", "border-top": "1px solid #999",
"border-left": "1px solid #999", "border-left": "1px solid #999",
...@@ -229,4 +229,4 @@ ...@@ -229,4 +229,4 @@
"background": "#FFF", "background": "#FFF",
"margin-bottom": "2px" "margin-bottom": "2px"
} }
} }
\ No newline at end of file
...@@ -34,7 +34,7 @@ ...@@ -34,7 +34,7 @@
"scriptListAreaSccrollNode": { "scriptListAreaSccrollNode": {
"margin": "4px", "margin": "4px",
"margin-right": "8px", "margin-right": "8px",
"overflow": "hidden", "overflow": "auto",
"background-color": "#FFF", "background-color": "#FFF",
"border-top": "1px solid #999", "border-top": "1px solid #999",
"border-left": "1px solid #999", "border-left": "1px solid #999",
...@@ -229,4 +229,4 @@ ...@@ -229,4 +229,4 @@
"background": "#FFF", "background": "#FFF",
"margin-bottom": "2px" "margin-bottom": "2px"
} }
} }
\ No newline at end of file
...@@ -172,7 +172,7 @@ MWF.xApplication.process.ScriptDesigner.Main = new Class({ ...@@ -172,7 +172,7 @@ MWF.xApplication.process.ScriptDesigner.Main = new Class({
listScriptItem.store("script", script); listScriptItem.store("script", script);
listScriptItem.addEvents({ listScriptItem.addEvents({
"dblclick": function(e){_self.loadScriptByData(this, e);}, "click": function(e){_self.loadScriptByData(this, e);},
"mouseover": function(){if (_self.currentListScriptItem!=this) this.setStyles(_self.css.listScriptItem_over);}, "mouseover": function(){if (_self.currentListScriptItem!=this) this.setStyles(_self.css.listScriptItem_over);},
"mouseout": function(){if (_self.currentListScriptItem!=this) this.setStyles(_self.css.listScriptItem);} "mouseout": function(){if (_self.currentListScriptItem!=this) this.setStyles(_self.css.listScriptItem);}
}); });
......
...@@ -34,7 +34,7 @@ ...@@ -34,7 +34,7 @@
"agentListAreaSccrollNode": { "agentListAreaSccrollNode": {
"margin": "4px", "margin": "4px",
"margin-right": "8px", "margin-right": "8px",
"overflow": "hidden", "overflow": "auto",
"background-color": "#FFF", "background-color": "#FFF",
"border-top": "1px solid #999", "border-top": "1px solid #999",
"border-left": "1px solid #999", "border-left": "1px solid #999",
...@@ -241,4 +241,4 @@ ...@@ -241,4 +241,4 @@
"background": "#FFF", "background": "#FFF",
"margin-bottom": "2px" "margin-bottom": "2px"
} }
} }
\ No newline at end of file
...@@ -34,7 +34,7 @@ ...@@ -34,7 +34,7 @@
"invokeListAreaSccrollNode": { "invokeListAreaSccrollNode": {
"margin": "4px", "margin": "4px",
"margin-right": "8px", "margin-right": "8px",
"overflow": "hidden", "overflow": "auto",
"background-color": "#FFF", "background-color": "#FFF",
"border-top": "1px solid #999", "border-top": "1px solid #999",
"border-left": "1px solid #999", "border-left": "1px solid #999",
...@@ -244,4 +244,4 @@ ...@@ -244,4 +244,4 @@
"background": "#FFF", "background": "#FFF",
"margin-bottom": "2px" "margin-bottom": "2px"
} }
} }
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册