Bläddra i källkod

修复内容管理附件资源太多时,删除确认按钮漂移出轨情况

boomEgg 5 år sedan
förälder
incheckning
bd54ae7bd0
1 ändrade filer med 1 tillägg och 0 borttagningar
  1. 1 0
      o2web/source/x_component_cms_ColumnManager/Explorer.js

+ 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(){