main
朱子楚\zhuzi 2023-05-05 22:46:54 +08:00
parent cff6aaf6f4
commit c81910a41f
1 changed files with 1 additions and 2 deletions

View File

@ -41,7 +41,6 @@ Item {
for(var i=0;i<model_coumns.count;i++){ for(var i=0;i<model_coumns.count;i++){
var item = model_coumns.get(i) var item = model_coumns.get(i)
w=w+item.width w=w+item.width
console.debug(item.width)
} }
d.coumnsWidth = w d.coumnsWidth = w
} }
@ -126,7 +125,7 @@ Item {
control.requestPage(page,count) control.requestPage(page,count)
} }
anchors{ anchors{
verticalCenter: parent.verticalCenter top: parent.top
right: parent.right right: parent.right
} }
} }