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
wuyanan
2024-07-29 17:08:03 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
27924a8e50c40f678defefa400e7082d180b9c16
27924a8e
1 parent
e354df7e
ref |> 更新启动页,启动广告页,登录页,关于页人民日报logo
Show whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
7 additions
and
7 deletions
sight_harmony/features/wdComponent/src/main/ets/components/setting/AboutPageUI.ets
sight_harmony/features/wdComponent/src/main/resources/base/media/setting_about_logo.png
sight_harmony/features/wdLogin/src/main/ets/pages/login/LoginPage.ets
sight_harmony/features/wdLogin/src/main/ets/pages/login/OneKeyLoginPage.ets
sight_harmony/features/wdLogin/src/main/resources/base/media/login_logo.png
sight_harmony/products/phone/src/main/ets/pages/launchPage/LaunchPage.ets
sight_harmony/products/phone/src/main/resources/base/media/LaunchPage_logo.png
sight_harmony/features/wdComponent/src/main/ets/components/setting/AboutPageUI.ets
View file @
27924a8
...
...
@@ -61,9 +61,9 @@ export struct AboutPageUI {
CustomTitleUI({titleName:'关于',percent:this.percent})
Image($r('app.media.setting_about_logo'))
.width(`${this.calcHeight(278)}lpx`)
.height(`${this.calcHeight(154)}lpx`)
.margin({ top: `${this.calcHeight2(173)}lpx`, bottom: `${this.calcHeight2(154)}lpx` })
.width(`${this.calcHeight(376)}lpx`)
.height(`${this.calcHeight(160)}lpx`)
.margin({ top: `${this.calcHeight2(180)}lpx`, bottom: `${this.calcHeight2(160)}lpx` })
.gesture(
TapGesture({ count: 2 })
.onAction((event: GestureEvent) => {
...
...
sight_harmony/features/wdComponent/src/main/resources/base/media/setting_about_logo.png
View file @
27924a8
18.7 KB
|
W:
|
H:
11.9 KB
|
W:
|
H:
2-up
Swipe
Onion skin
sight_harmony/features/wdLogin/src/main/ets/pages/login/LoginPage.ets
View file @
27924a8
...
...
@@ -151,7 +151,7 @@ struct LoginPage {
//注册内容
Column() {
Image($r("app.media.login_logo"))
.width(1
20
)
.width(1
55
)
.height(66)
.margin({ top: 78 + px2vp(this.topSafeHeight) })
.align(Alignment.Center)
...
...
sight_harmony/features/wdLogin/src/main/ets/pages/login/OneKeyLoginPage.ets
View file @
27924a8
...
...
@@ -91,7 +91,7 @@ struct OneKeyLoginPage {
this.CloseRow()
Image($r("app.media.login_logo"))
.width(1
20
)
.width(1
55
)
.height(66)
.margin({ top: 34, bottom: 64})
.align(Alignment.Center)
...
...
sight_harmony/features/wdLogin/src/main/resources/base/media/login_logo.png
View file @
27924a8
17.9 KB
|
W:
|
H:
13.4 KB
|
W:
|
H:
2-up
Swipe
Onion skin
sight_harmony/products/phone/src/main/ets/pages/launchPage/LaunchPage.ets
View file @
27924a8
...
...
@@ -166,8 +166,8 @@ struct LaunchPage {
Stack({alignContent:Alignment.Bottom}){
Image($r('app.media.LaunchPage_logo'))
.width(150)
.height(72)
.width(188)
.height(80)
.objectFit(ImageFit.Auto)
.margin({
bottom:24
...
...
sight_harmony/products/phone/src/main/resources/base/media/LaunchPage_logo.png
View file @
27924a8
106 KB
|
W:
|
H:
11.9 KB
|
W:
|
H:
2-up
Swipe
Onion skin
Please
register
or
login
to post a comment