HDL_ON/UI/UI0-Public/Widget/EmptyTipView.cs
@@ -31,7 +31,7 @@ } int tipHeight = Application.GetRealWidth(180 + btnTipNotY); this.Height = tipHeight + Application.GetRealHeight(17 ); this.Height = tipHeight + Application.GetRealHeight(17 +30); BtnTipNot = new Button() { @@ -49,7 +49,7 @@ //空空如也 Button btnTipNotText = new Button() { Y = tipHeight , Y = tipHeight + Application.GetRealHeight(10), Height = Application.GetRealHeight(17), Text = tipMsg, TextAlignment = TextAlignment.Center,