Toggle navigation
Toggle navigation
This project
Loading...
Sign in
developOne
/
harmonyPool
Go to a project
Toggle navigation
Projects
Groups
Snippets
Help
Toggle navigation pinning
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
liyubing
2024-04-30 16:41:34 +0800
Browse Files
Options
Browse Files
Download
Plain Diff
Commit
58f796dcb24c7a414b27adff79386515ec0df735
58f796dc
2 parents
652f5ae8
1262ed5b
Merge remote-tracking branch 'origin/main'
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
15 deletions
sight_harmony/features/wdComponent/src/main/ets/dialog/MergeRecordDialog.ets
sight_harmony/features/wdComponent/src/main/ets/dialog/MergeRecordDialog.ets
View file @
58f796d
...
...
@@ -9,17 +9,18 @@ export struct MergeRecordDialog {
build() {
Column() {
Text("合并游客记录到当前账号,可避免信息丢失")
.fontColor("#
222222
")
.fontColor("#
333333
")
.fontSize(18)
.width("100%")
.fontWeight(FontWeight.Bold)
.textAlign(TextAlign.Center)
.margin({ top: 20 })
.margin({ top: 25 })
.padding({left:24,right:24})
Divider().color("#
999999").width("100%").margin({ top: 20 }).height('1
vp')
Divider().color("#
08000000").width("100%").margin({ top: 20 }).height('2
vp')
Row() {
Text('取消')
.fontSize(1
6
)
.fontSize(1
8
)
.fontColor("#648DF2")
.layoutWeight(1)
.fontWeight(FontWeight.Medium)
...
...
@@ -31,28 +32,22 @@ export struct MergeRecordDialog {
}
})
.height('100%')
// Divider().color("#999999").height('100%').width('0.5vp')
.height(50)
Divider().color("#eeeeee").height(44).width(1).margin({top:3}).strokeWidth(1).vertical(true)
Text('一键合并')
.fontSize(1
6
)
.fontSize(1
8
)
.fontColor("#648DF2")
.layoutWeight(1)
.fontWeight(FontWeight.Medium)
.textAlign(TextAlign.Center)
.border({
width: { left: 1 },
color: "#999999",
style: { left: BorderStyle.Solid }
})
.onClick(() => {
this.controller.close()
if (this.confirm) {
this.confirm()
}
})
.height(
'100%'
)
.height(
50
)
}.layoutWeight(1).justifyContent(FlexAlign.Center)
}.height(140).backgroundColor(Color.White).borderRadius(1
0).width('74
%')
}.height(140).backgroundColor(Color.White).borderRadius(1
4).width('75
%')
}
}
\ No newline at end of file
...
...
Please
register
or
login
to post a comment