提交 16c75121 编写于 作者: U unknown

修复提交选人框可能看不到已选框的问题

上级 0d660209
......@@ -1580,7 +1580,7 @@ MWF.xApplication.Selector.Person = new Class({
//if (this.options.count.toInt() !== 1){
var width = nodeWidth - getOffsetX(this.selectNode) - getOffsetX(this.selectedContainerNode);
var halfWidth = this.options.noSelectedContainer ? width : Math.floor(width / 2);
var halfWidth = this.options.noSelectedContainer ? width : ( Math.floor(width / 2) - 2);
this.selectNode.setStyle("width", halfWidth);
//this.searchInput.setStyle("width", halfWidth - 6);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册