JLChen
2021-11-23 9b3b40e8f334714a1e22181f3c9ee7083302b7eb
HDL_ON/UI/UI2/4-PersonalCenter/PersonalCenterPage.cs
@@ -879,7 +879,7 @@
                    TextAlignment = TextAlignment.CenterLeft,
                    TextSize = CSS_FontSize.SubheadingFontSize,
                };
                btnClose.MouseUpEventHandler = (sender, e) => {
                btnClose.MouseUpEventHandler = (sender1, e1) => {
                    dialog.Close();
                };
                bodyView.AddChidren(btnClose);