HDL Home App 第二版本 旧平台金堂用 正在使用
黄学彪
2020-03-11 06802250b4b9041d39d568c1dbe77684075006b2
ZigbeeApp/Shared/Phone/UserCenter/CommonBase/Controls/BaseCommonControl/Base/TextInputBase.cs
@@ -111,11 +111,17 @@
        {
            if (e.Focus == false)
            {
                btnLineTemp.BackgroundColor = UserCenterColor.Current.ButtomLine;
                if (btnLineTemp != null)
                {
                    btnLineTemp.BackgroundColor = UserCenterColor.Current.ButtomLine;
                }
            }
            else
            {
                btnLineTemp.BackgroundColor = UserCenterColor.Current.TextFrameSelectColor;
                if (btnLineTemp != null)
                {
                    btnLineTemp.BackgroundColor = UserCenterColor.Current.TextFrameSelectColor;
                }
            }
        }