Commit 73a08f74 authored by Li MingZhe's avatar Li MingZhe

fix: 底部宽度

parent 8a178a65
No preview for this file type
......@@ -207,6 +207,7 @@ cc.Class({
if (curLen > this._maxW) {
tmpArr = [item];
this._pageArr.push(tmpArr);
curLen = this._disW + item.width + this._disW;
} else {
tmpArr.push(item);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment