[LayaAir 2.0]HtmlDivElement宽度设置错误

引擎版本2.9,给HtmlDivElement的style设置width,但是实际显示是以文本宽度来显示的
示例代码
export default class HtmlTest extends Laya.Sprite {
constructor() {
super();
this.init();
}
init() {
this.bg = new Laya.Sprite();
this.bg.graphics.drawRect(0, 0, 200, 200, '#ccc');
this.addChild(this.bg);
this.htmlTxt = new Laya.HTMLDivElement();
this.htmlTxt.style.fontSize = 20;
this.htmlTxt.style.width = 200;
this.htmlTxt.style.borderColor = '#000';
this.htmlTxt.style.align = 'center';
this.htmlTxt.innerHTML = 'test word<br/>1223';
this.addChild(this.htmlTxt);
}
}
显示结果

test.png

 
已邀请:

Laya_z

赞同来自: 之肖

可以先按图示修改,把框选那段代码注释点

要回复问题请先

商务合作
商务合作