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
zhenghy
2024-05-20 14:27:00 +0800
Browse Files
Options
Browse Files
Download
Plain Diff
Commit
f768ac30f30364b66e84ad75d6115020790d47e5
f768ac30
2 parents
6ba7002d
4e54efe9
Merge remote-tracking branch 'origin/main'
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
3 deletions
sight_harmony/features/wdComponent/src/main/ets/components/view/EmptyComponent.ets
sight_harmony/products/phone/src/main/ets/pages/view/CustomDialogComponent.ets
sight_harmony/features/wdComponent/src/main/ets/components/view/EmptyComponent.ets
View file @
f768ac3
...
...
@@ -229,7 +229,7 @@ export struct EmptyComponent {
this.emptyType === WDViewDefaultType.WDViewDefaultType_NoHistory) {
imageString = $r('app.media.icon_no_collection')
} else if (this.emptyType === WDViewDefaultType.WDViewDefaultType_NoMessage) {
imageString = $r('app.media.icon_no_message')
imageString = $r('app.media.icon_no_message
1
')
} else if (this.emptyType === WDViewDefaultType.WDViewDefaultType_NoComment ||
this.emptyType === WDViewDefaultType.WDViewDefaultType_NoComment1) {
imageString = $r('app.media.icon_no_comment1')
...
...
sight_harmony/products/phone/src/main/ets/pages/view/CustomDialogComponent.ets
View file @
f768ac3
...
...
@@ -44,7 +44,7 @@ export default struct CustomDialogComponent {
.fontSize(14)
.fontColor($r('app.color.dialog_private_text_color'))
}
.width('90%')
.width('90%')
.lineHeight(22)
Row(){
// Button(){
...
...
@@ -135,6 +135,12 @@ export default struct CustomDialogComponent {
.width('90%')
.fontColor($r('app.color.dialog_text_color'))
.fontSize(14).margin({top:20})
Divider()
.color('#f5f5f5')
.width('100%')
.strokeWidth(1)
.padding({left:16,right:16,top:22})
Row() {
Text($r('app.string.dialog_button_disagree'))
.fancy()
...
...
@@ -154,7 +160,7 @@ export default struct CustomDialogComponent {
})
}
.margin({ bottom: '21lpx',top:'
4
2lpx' })
.margin({ bottom: '21lpx',top:'
2
2lpx' })
}
.width('528lpx')
...
...
Please
register
or
login
to post a comment