Merge branch 'main' of http://192.168.1.42/developOne/harmonyPool
Showing
1 changed file
with
3 additions
and
3 deletions
| @@ -158,11 +158,11 @@ struct OneKeyLoginPage { | @@ -158,11 +158,11 @@ struct OneKeyLoginPage { | ||
| 158 | Stack(){ | 158 | Stack(){ |
| 159 | Button() { | 159 | Button() { |
| 160 | Row() { | 160 | Row() { |
| 161 | - Image($r("app.media.huawei_one_key_login_icon")) | ||
| 162 | - .width(24).height(24) | 161 | + // Image($r("app.media.huawei_one_key_login_icon")) |
| 162 | + // .width(24).height(24) | ||
| 163 | Text("华为账号一键登录") | 163 | Text("华为账号一键登录") |
| 164 | .fontColor(Color.White) | 164 | .fontColor(Color.White) |
| 165 | - .margin({left:5}) | 165 | + // .margin({left:5}) |
| 166 | } | 166 | } |
| 167 | } | 167 | } |
| 168 | .width('100%') | 168 | .width('100%') |
-
Please register or login to post a comment