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
xugenyuan
2024-07-18 10:20:28 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
5c2a273e7e84ce0c87394bbb7a9ff49efce66715
5c2a273e
1 parent
8f60143c
ref |> 去掉一键登录按钮上的图标
Signed-off-by: xugenyuan <xugenyuan@wondertek.com.cn>
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
sight_harmony/features/wdLogin/src/main/ets/pages/login/OneKeyLoginPage.ets
sight_harmony/features/wdLogin/src/main/ets/pages/login/OneKeyLoginPage.ets
View file @
5c2a273
...
...
@@ -158,11 +158,11 @@ struct OneKeyLoginPage {
Stack(){
Button() {
Row() {
Image($r("app.media.huawei_one_key_login_icon"))
.width(24).height(24)
// Image($r("app.media.huawei_one_key_login_icon"))
// .width(24).height(24)
Text("华为账号一键登录")
.fontColor(Color.White)
.margin({left:5})
//
.margin({left:5})
}
}
.width('100%')
...
...
Please
register
or
login
to post a comment