提交 64ad2063 编写于 作者: 蔡祥熠

Merge branch 'hotfix/mobile_blue_form' into 'master'

Merge of hotfix/mobile_blue_form 修复流程表单手机蓝白样式附件显示不正常的问题 to develop

See merge request o2oa/o2oa!1244
......@@ -71,8 +71,8 @@ window.RangeArrayUtils = {
},
//区域是否相交
isIntersection : function( range1, range2 ){
var r1 = typeOf( range1 == "array" ) ? range1 : this.getRangeObject( range1 );
var r2 = typeOf( range2 == "array" ) ? range2 : this.getRangeObject( range2 );
var r1 = typeOf( range1 ) === "object" ? range1 : this.getRangeObject( range1 );
var r2 = typeOf( range2 ) === "object" ? range2 : this.getRangeObject( range2 );
if( r1.start > r2.end )return false;
if( r2.start > r1.end )return false;
return true;
......
......@@ -19,13 +19,13 @@
"isResize" : false,
"duration" : 0
},
"attachmentStyle": {
"style": "mobile_blue_flat",
"actionShowText": true,
"isReplaceHidden": true,
"iconConfigUrl": "../x_component_File/$Main/mobile_blue_flat/icon.json",
"iconFolderUrl": "../x_component_File/$Main/mobile_blue_flat/file/"
},
// "attachmentStyle": {
// "style": "mobile_blue_flat",
// "actionShowText": true,
// "isReplaceHidden": true,
// "iconConfigUrl": "../x_component_File/$Main/mobile_blue_flat/icon.json",
// "iconFolderUrl": "../x_component_File/$Main/mobile_blue_flat/file/"
// },
"hideModuleIcon": true,
"nodeStyleWithhideModuleIcon": {
"margin-right": "0px"
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册