wxr
2023-03-16 33064e82fae754c0a9f1834b2519de15d14c9d71
HDL_ON/UI/UI2/4-PersonalCenter/MemberManagement/AddMemberScanPage.cs
@@ -223,18 +223,18 @@
                    };
                    contentView.AddChidren(btnMsg2);
                    Button btnLine = new Button()
                    Button btnLine2 = new Button()
                    {
                        Y = Application.GetRealHeight(149),
                        Height = Application.GetRealHeight(1),
                        Width = Application.GetRealWidth(270 / 2),
                        BackgroundColor = CSS.CSS_Color.DividingLineColor,
                    };
                    contentView.AddChidren(btnLine);
                    contentView.AddChidren(btnLine2);
                    Button btnCancel = new Button()
                    {
                        Y = btnLine.Bottom,
                        Y = btnLine2.Bottom,
                        Width = Application.GetRealWidth(135),
                        Height = Application.GetRealHeight(43),
                        TextAlignment = TextAlignment.Center,
@@ -249,7 +249,7 @@
                    Button btnConfirm = new Button()
                    {
                        X = btnCancel.Right,
                        Y = btnLine.Y,
                        Y = btnLine2.Y,
                        Width = Application.GetRealWidth(135),
                        Height = Application.GetRealHeight(45),
                        TextAlignment = TextAlignment.Center,