lss
2020-05-13 399fa6e9fb08c154fc30b08ae0c40daab3fd449f
ZigbeeApp/Shared/Phone/UserCenter/CommonBase/Controls/NormalControls/InformationTipView.cs
@@ -16,7 +16,7 @@
        /// <param name="size">角标大小</param>
        public InformationTipView(ButtonBase TargetView, int size = 30)
        {
            this.InitAvgSize(size, size, true);
            this.InitIconSize(size, size, true);
            this.BackgroundColor = UserCenterColor.Current.Red;
            this.Radius = (uint)Application.GetMinRealAverage(size) / 2;
            this.X = TargetView.X + TargetView.Width / 2 + Application.GetRealWidth(10);