소스 검색

Merge branch 'fix/Profile_changePassword_Div_unvisiable' into 'develop'

Merge of fix/Profile_changePassword_Div_unvisiable to develop【修复个人设置修改密码样式问题---316应该修复过】

See merge request o2oa/o2oa!497
胡起 6 년 전
부모
커밋
da06a8e22b
2개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      o2web/source/x_component_Profile/$Main/newVersion/style.css
  2. 1 0
      o2web/source/x_component_cms_ColumnManager/Explorer.js

+ 1 - 1
o2web/source/x_component_Profile/$Main/newVersion/style.css

@@ -36,7 +36,7 @@
 }
 .o2_profile_configNode {
     min-height: 640px;
-    position: relative;
+    /*position: relative;*/
 }
 .o2_profile_inforConfigArea {
     height: 360px;

+ 1 - 0
o2web/source/x_component_cms_ColumnManager/Explorer.js

@@ -220,6 +220,7 @@ MWF.xApplication.cms.ColumnManager.Explorer = new Class({
             this.deleteItemsAction.position({
                 relativeTo: this.elementContentListNode
             });
+            this.deleteItemsAction.setStyle("top","50%");
             this.deleteItemsAction.addEvent("click", function(){
                 var _self = this;
                 this.app.confirm("warn", this.deleteItemsAction, MWF.CMSCM.LP.deleteElementTitle, MWF.CMSCM.LP.deleteElement, 300, 120, function(){