Commit e0811028 by huangqy

Merge remote-tracking branch 'origin/master'

parents 18556e79 5ca0b3cb
...@@ -170,21 +170,28 @@ struct AddConversionPage { ...@@ -170,21 +170,28 @@ struct AddConversionPage {
@Builder WzInfoRow() { @Builder WzInfoRow() {
Flex({ direction: FlexDirection.Column }) { Flex({ direction: FlexDirection.Column }) {
Column() { Column() {
Row() { Flex({justifyContent:FlexAlign.SpaceBetween, alignItems: ItemAlign.Center}){
Divider() Row() {
.vertical(true) Divider()
.height(14) .vertical(true)
.strokeWidth(3) .height(14)
.color('#19ac88') .strokeWidth(3)
.opacity(0.6) .color('#19ac88')
.margin({ left: 8, right: 8 }) .opacity(0.6)
Text("单位/库房信息") .margin({ left: 8, right: 8 })
Text("单位/库房信息")
.fontWeight(FontWeight.Medium)
.fontSize(14)
.fontColor($r("app.color.item_color_black"))
}
.width("40%")
Text("浙江钧普科技股份有限公司1号库房")
.fontWeight(FontWeight.Medium) .fontWeight(FontWeight.Medium)
.fontSize(14) .fontSize(21)
.fontColor($r("app.color.item_color_black")) .fontColor($r("app.color.title_background"))
.width("60%")
}.padding({left:2,bottom:20}) .textAlign(TextAlign.Start)
.width("100%") }.width("100%").padding({left:2,bottom:20})
Flex({ justifyContent: FlexAlign.SpaceBetween, alignItems: ItemAlign.Center }) { Flex({ justifyContent: FlexAlign.SpaceBetween, alignItems: ItemAlign.Center }) {
Row(){ Row(){
Divider() Divider()
...@@ -268,7 +275,7 @@ struct AddConversionPage { ...@@ -268,7 +275,7 @@ struct AddConversionPage {
this.WzInfoRow() this.WzInfoRow()
}.width("100%") }.width("100%")
}.tabBar(this.TabBuilder(1, '物资信息')) }.tabBar(this.TabBuilder(1, '物资信息'))
}.margin({left:15,right:15,top:15}) }.margin({left:10,right:10,top:15})
.onChange((index: number) => { .onChange((index: number) => {
this.currentIndex = index this.currentIndex = index
}) })
......
...@@ -205,22 +205,30 @@ export struct AddTemporaryInPage { ...@@ -205,22 +205,30 @@ export struct AddTemporaryInPage {
@Builder WzInfoRow() { @Builder WzInfoRow() {
Flex({ direction: FlexDirection.Column }) { Flex({ direction: FlexDirection.Column }) {
Column() { Column() {
Row() { Flex({justifyContent:FlexAlign.SpaceEvenly, alignItems: ItemAlign.Center}){
Divider() Row() {
.vertical(true) Divider()
.height(14) .vertical(true)
.strokeWidth(3) .height(14)
.color('#19ac88') .strokeWidth(3)
.opacity(0.6) .color('#19ac88')
.margin({ left: 8, right: 8 }) .opacity(0.6)
Text("单位/库房信息") .margin({ left: 8, right: 8 })
Text("单位/库房信息")
.fontWeight(FontWeight.Medium)
.fontSize(14)
.fontColor($r("app.color.item_color_black"))
}
.width("40%")
Text("浙江钧普科技股份有限公司1号库房")
.fontWeight(FontWeight.Medium) .fontWeight(FontWeight.Medium)
.fontSize(14) .fontSize(21)
.fontColor($r("app.color.item_color_black")) .fontColor($r("app.color.title_background"))
}.padding({left:2}) .width("60%")
.width("100%") .textAlign(TextAlign.Start)
.height(40) .padding({left:2,bottom:20})
} }.width("100%")
}.padding({bottom:20,top:20})
.borderRadius(5) .borderRadius(5)
.width("100%") .width("100%")
.backgroundColor("#fff") .backgroundColor("#fff")
......
...@@ -205,26 +205,33 @@ struct AddTemporaryOutPage{ ...@@ -205,26 +205,33 @@ struct AddTemporaryOutPage{
@Builder WzInfoRow() { @Builder WzInfoRow() {
Flex({ direction: FlexDirection.Column }) { Flex({ direction: FlexDirection.Column }) {
Column() { Column() {
Row() { Flex({justifyContent:FlexAlign.SpaceEvenly, alignItems: ItemAlign.Center}){
Divider() Row() {
.vertical(true) Divider()
.height(14) .vertical(true)
.strokeWidth(3) .height(14)
.color('#19ac88') .strokeWidth(3)
.opacity(0.6) .color('#19ac88')
.margin({ left: 8, right: 8 }) .opacity(0.6)
Text("单位/库房信息") .margin({ left: 8, right: 8 })
Text("单位/库房信息")
.fontWeight(FontWeight.Medium)
.fontSize(14)
.fontColor($r("app.color.item_color_black"))
}
.width("40%")
Text("浙江钧普科技股份有限公司1号库房")
.fontWeight(FontWeight.Medium) .fontWeight(FontWeight.Medium)
.fontSize(14) .fontSize(21)
.fontColor($r("app.color.item_color_black")) .fontColor($r("app.color.title_background"))
}.padding({left:2}) .width("60%")
.width("100%") .textAlign(TextAlign.Start)
.height(40) .padding({left:2,bottom:20})
} }.width("100%")
}.padding({bottom:20,top:20})
.borderRadius(5) .borderRadius(5)
.width("100%") .width("100%")
.backgroundColor("#fff") .backgroundColor("#fff")
.backgroundColor("#fff")
Flex({ direction: FlexDirection.Column}) { Flex({ direction: FlexDirection.Column}) {
Flex({ justifyContent: FlexAlign.SpaceBetween, alignItems: ItemAlign.Center }){ Flex({ justifyContent: FlexAlign.SpaceBetween, alignItems: ItemAlign.Center }){
Row() { Row() {
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论