wxr
2024-10-23 47f179be722a61c95cc03c8f90e1aa91c12d1124
HDL_ON/UI/UI2/FuntionControlView/Acst/InverterJinmaoHistroyPage.cs
@@ -63,10 +63,15 @@
            var contentView = new VerticalScrolViewLayout()
            {
                Y = Application.GetRealHeight(74 + 16),
                Y = Application.GetRealHeight(74),
                Height = Application.GetRealHeight(Application.DesignHeight - 74),
            };
            bodyView.AddChidren(contentView);
            contentView.AddChidren(new Button()
            {
                Height = Application.GetRealWidth(16)
            });
            #region 发电量
            infoView1 = new FrameLayout()
@@ -133,6 +138,9 @@
            };
            infoView1_DateView.AddChidren(infoView1_Date_Month);
#if __IOS__
            infoView1_DateView.AddChidren(new Button() { Width = Application.GetRealWidth(2) });
#endif
            infoView1_Date_Year = new Button()
            {
@@ -337,8 +345,9 @@
                IsSelected = false,
            };
            infoView2_DateView.AddChidren(infoView2_Date_Month);
#if __IOS__
            infoView2_DateView.AddChidren(new Button() { Width = Application.GetRealWidth(2)});
#endif
            infoView2_Date_Year = new Button()
            {
                Width = Application.GetRealWidth(103),
@@ -471,7 +480,6 @@
            #endregion
            contentView.AddChidren(new Button()
            {
@@ -985,7 +993,7 @@
                Radius = (uint)Application.GetRealWidth(12),
            };
            optionBaseView.AddChidren(topView);
            topView.AddChidren(new Button() { Y = Application.GetRealHeight(39), Height = Application.GetRealHeight(1), BackgroundColor = CSS_Color.DividingLineColor });
            optionBaseView.AddChidren(new Button() { Y = Application.GetRealHeight(39), Height = Application.GetRealHeight(1), BackgroundColor = CSS_Color.DividingLineColor });
            var btnCancel = new Button()
            {
@@ -1000,7 +1008,7 @@
            var btnConfrim = new Button()
            {
                X = Application.GetRealWidth(160),
                X = Application.GetRealWidth(163),
                Width = Application.GetRealWidth(160),
                TextAlignment = TextAlignment.CenterRight,
                TextColor = CSS_Color.MainColor,