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
yangchenggong1_wd
2024-05-10 10:16:09 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
56e2469bb91660daf37e4940e1998a8f255f9b67
56e2469b
1 parent
8e8581e6
fix:bug[17190] 修改密码页的提示信息,行距与冒号间距与安卓不一致
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
sight_harmony/features/wdLogin/src/main/ets/pages/login/ModifyPasswordPage.ets
sight_harmony/features/wdLogin/src/main/ets/pages/login/ModifyPasswordPage.ets
View file @
56e2469
...
...
@@ -123,7 +123,7 @@ struct ModifyPasswordPage {
.alignItems(VerticalAlign.Center)
Column() {
Text("提示
:密码长度6-20位,需答谢字母、小写字母、数字、特殊字符中组合三种及三种以上组成
").fontSize(12).maxLines(3).fontColor(0x999999).padding({top:'10lpx'})
Text("提示
:密码长度6~20,需大写字母、小写字母、数字、特殊符合中组合三种及三种以上
").fontSize(12).maxLines(3).fontColor(0x999999).padding({top:'10lpx'})
}
.width('100%')
.height('85lpx')
...
...
Please
register
or
login
to post a comment