From 23c075a9c27946773feccf05abc90489a6bf5203 Mon Sep 17 00:00:00 2001 From: wxr <464027401@qq.com> Date: 星期一, 06 七月 2020 15:58:53 +0800 Subject: [PATCH] 20200706 --- HDL_ON/UI/UI1-Login/LoginPage.cs | 5 ++++- 1 files changed, 4 insertions(+), 1 deletions(-) diff --git a/HDL_ON/UI/UI1-Login/LoginPage.cs b/HDL_ON/UI/UI1-Login/LoginPage.cs index c65572c..880b3ec 100644 --- a/HDL_ON/UI/UI1-Login/LoginPage.cs +++ b/HDL_ON/UI/UI1-Login/LoginPage.cs @@ -372,8 +372,11 @@ SelectedTextColor = CSS_Color.MainColor, TextAlignment = TextAlignment.CenterRight, TextSize = CSS_FontSize.PromptFontSize_FirstLevel, - TextColor = CSS_Color.FirstLevelTitleColor, + TextColor = CSS_Color.PromptingColor1, + Visible = false, + IsSelected = false, }; + passwordView.AddChidren(btnGetVerificationCode); #endregion btnPasswordViewBottomLine = new Button() -- Gitblit v1.8.0