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
wangliang_wd
2024-06-21 09:29:28 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
3baf3d7911ad93705fcf25f1c9af0d6b3c058d93
3baf3d79
1 parent
a929c4fe
feat:优化一键登录
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
6 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 @
3baf3d7
...
...
@@ -112,14 +112,12 @@ struct OneKeyLoginPage {
this.loginButton()
Button("账号密码登录")
.type(ButtonType.Normal)
.align(Alignment.Center)
.foregroundColor("#666666")
.backgroundColor(Color.White)
Text("账号密码登录")
.fontColor("#666666")
.height(26)
.width(100)
.margin({top: 20})
.onClick((
event
) => {
.onClick(() => {
router.replaceUrl({url: WDRouterPage.loginPage.url()})
})
}
...
...
Please
register
or
login
to post a comment