黄学彪
2020-02-21 bd46c57c77c276014db3192a4e2cc96e23c93202
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;
                }
            }
        }