HDL Home App 第二版本 旧平台金堂用 正在使用
黄学彪
2020-12-14 e90209beae6a4e822cecb18e6889f8bda23f630e
ZigbeeApp/Shared/Phone/UserCenter/CommonBase/Controls/BaseCommonControl/Base/TextInputBase.cs
File was renamed from ZigbeeApp/Shared/Phone/Common/Controls/BaseCommonControl/Base/TextInputBase.cs
@@ -2,7 +2,7 @@
using System.Collections.Generic;
using System.Text;
namespace Shared.Phone
namespace Shared.Phone.UserCenter
{
    /// <summary>
    /// 输入框控件的最初原型(不建议修改和直接使用):标准字体颜色,文字向左靠齐,14号字
@@ -170,7 +170,7 @@
                i_Width = Application.GetRealWidth(i_Width);
            }
            this.Height = HdlControlResourse.NormalControlHeight;
            this.Height = ControlCommonResourse.NormalControlHeight;
            this.Width = i_Width;
        }