wei
2021-06-16 de53d12e223eb8c9a562aeefdcfa9b4039b3d0b0
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,