在查询按钮左边有大量留白,因为又其他控件占用了, 当我把其他控件隐藏之后如何在JS中重新设置查询按钮坐标位置。JS代码如下:var form = this.options.formvar value = this.options.form.getWidgetByName("hide").getValue()var thislen = this.getValue().length;if (value == "0") //选项值{ $("").css("left", 408); //QUERY为查询控件名 this.options.form.getWidgetByName("label0").setVisible(false); this.options.form.getWidgetByName("label1").setVisible(false); form.invisible(); //里面为控件名;设置隐藏控件项 }