wei
2021-07-05 992cc7d4433f8f9e9b0a930ec095973e056abe1c
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,