wxr
2020-07-01 53189866ba4012fec0b40990fd2281b836fa2668
HDL_ON/UI/UI2/1-HomePage/HomePage.cs
@@ -105,7 +105,7 @@
                {
                    X = Application.GetRealWidth(16),
                    Y = Application.GetRealHeight(32),
                    Width = Application.GetRealWidth(200),
                    Width = Application.GetRealWidth(400),
                    Height = Application.GetRealHeight(33),
                    TextColor = CSS_Color.MainBackgroundColor,
                    TextSize = CSS_FontSize.EmphasisFontSize_FirstLevel,
@@ -306,7 +306,7 @@
                contentView = new PageLayout()
                {
                    Y = changeView.Bottom ,
                    Height = Application.GetRealHeight(310 + 30), //20为超出部分
                    Height = Application.GetRealHeight(310 + 30 + 10), //20为超出部分
                };
                bodyView.AddChidren(contentView);
@@ -321,7 +321,7 @@
                contentView.PageIndex = 0;
                #endregion
                bodyView.AddChidren(new Button() { Y = changeView.Bottom, Height = Application.GetRealHeight(7), BackgroundColor = 0xAAF2F3F7 });
                bodyView.AddChidren(new Button() { Y = changeView.Bottom, Height = Application.GetRealHeight(4), BackgroundColor = 0xAAF2F3F7 });
                LoadEvent_ChangeShowedFunctionType();
            }