HDL_ON/UI/UI0-Public/Widget/ConfirmDialog.cs
@@ -54,7 +54,7 @@
                Text = titleStr,
            };
            contentView.AddChidren(btnTitle);
            int Width135 = Application.GetRealWidth(135);
            //提示内容按钮
            Button btnMsg = new Button()
            {
@@ -82,7 +82,7 @@
            Button btnCancel = new Button()
            {
                Y = btnLine.Bottom,
                Width = Application.GetRealWidth(135),
                Width = Width135,
                Height = Application.GetRealHeight(43),
                TextAlignment = TextAlignment.Center,
                TextColor = CSS_Color.TextualColor,
@@ -93,9 +93,9 @@
            Button btnConfirm = new Button()
            {
                X = btnCancel.Right,
                X = contentView.Width - Width135,
                Y = btnLine.Y,
                Width = Application.GetRealWidth(135),
                Width = Width135,
                Height = Application.GetRealHeight(45),
                TextAlignment = TextAlignment.Center,
                //TextColor = CSS_Color.TextualColor,