st 5 лет назад
Родитель
Сommit
12496c0828

+ 1 - 1
o2web/source/x_component_ConfigDesigner/$Main/default/css.wcss

@@ -34,7 +34,7 @@
     "scriptListAreaSccrollNode": {
         "margin": "4px",
         "margin-right": "8px",
-        "overflow": "auto",
+        "overflow": "hidden",
         "background-color": "#FFF",
         "border-top": "1px solid #999",
         "border-left": "1px solid #999",

+ 1 - 1
o2web/source/x_component_ConfigDesigner/Script.js

@@ -229,7 +229,7 @@ MWF.xApplication.ConfigDesigner.Script = new Class({
                     this.lisNode.getLast().set("text", this.data.name);
                 }
                 this.designer.notice(this.designer.lp.notice.save_success, "success", this.node, {"x": "left", "y": "bottom"});
-                this.data.id = json.data.id;
+                //this.data.id = json.data.id;
                 if (callback) callback();
             }.bind(this), function(xhr, text, error){
                 this.isSave = false;