ZigbeeApp/Shared/Phone/UserCenter/CommonBase/Controls/BaseCommonControl/Base/TextInputBase.cs
@@ -111,13 +111,19 @@ { if (e.Focus == false) { if (btnLineTemp != null) { btnLineTemp.BackgroundColor = UserCenterColor.Current.ButtomLine; } } else { if (btnLineTemp != null) { btnLineTemp.BackgroundColor = UserCenterColor.Current.TextFrameSelectColor; } } } #endregion