wxr
2021-12-13 b5f1a194d354ba9b2587c59ae17cf38d0f7f9bac
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,