Commit bd6f6dc7 by 毛勇泽

修改搜索框

parent 3fbda34e
......@@ -85,6 +85,7 @@ struct WzExchangePage{
}.tabBar(this.TabBuilder(1, '临时调号'))
}
.height(80)
.margin({top:-15})
.onChange((index: number) => {
this.currentIndex = index
})
......
......@@ -70,7 +70,8 @@ export struct WzInPage {
right:10
})
}
}.width("100%")
}.margin({top:-15})
.width("100%")
.padding('15vp')
Column(){
BasicTable({dataSource:[]})
......
......@@ -80,6 +80,7 @@ struct WzInvPage{
}.tabBar(this.TabBuilder(1, '已完成'))
}
.height(80)
.margin({top:-15})
.onChange((index: number) => {
this.currentIndex = index
})
......
......@@ -86,6 +86,7 @@ export struct WzOutPage {
}.tabBar(this.TabBuilder(1, '临时发物'))
}
.height(80)
.margin({top:-15})
.onChange((index: number) => {
this.currentIndex = index
})
......
......@@ -82,6 +82,7 @@ struct WzReversePage{
}.tabBar(this.TabBuilder(1, '已完成'))
}
.height(60)
.margin({top:-15})
.onChange((index: number) => {
this.currentIndex = index
})
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论