From af1cb3ecd0f4b0589e00b28f7f9edccf39e6e12b Mon Sep 17 00:00:00 2001
From: wxr <464027401@qq.com>
Date: 星期四, 10 九月 2020 16:15:11 +0800
Subject: [PATCH] 202009101

---
 HDL_ON/UI/UI2/4-PersonalCenter/PersonalCenterPage.cs |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/HDL_ON/UI/UI2/4-PersonalCenter/PersonalCenterPage.cs b/HDL_ON/UI/UI2/4-PersonalCenter/PersonalCenterPage.cs
index bd5af18..aace3fc 100644
--- a/HDL_ON/UI/UI2/4-PersonalCenter/PersonalCenterPage.cs
+++ b/HDL_ON/UI/UI2/4-PersonalCenter/PersonalCenterPage.cs
@@ -187,7 +187,7 @@
                 Gravity = Gravity.CenterHorizontal,
                 Y = Application.GetRealHeight(94),
                 BackgroundColor = CSS_Color.MainBackgroundColor,
-                Radius = (uint)Application.GetRealHeight(5),
+                Radius = (uint)Application.GetRealHeight(12),
                 BorderColor = 0x00FFFFFF,
                 BorderWidth = 0,
             };
@@ -261,7 +261,7 @@
                     Width = Application.GetRealWidth(343),
                     Height = Application.GetRealHeight(213),
                     BackgroundColor = CSS_Color.MainBackgroundColor,
-                    Radius = (uint)Application.GetRealHeight(5),
+                    Radius = (uint)Application.GetRealHeight(12),
                     BorderColor = 0x00FFFFFF,
                     BorderWidth = 0,
                 };
@@ -275,7 +275,7 @@
                     Width = Application.GetRealWidth(343),
                     Height = Application.GetRealHeight(144),
                     BackgroundColor = CSS_Color.MainBackgroundColor,
-                    Radius = (uint)Application.GetRealHeight(5),
+                    Radius = (uint)Application.GetRealHeight(12),
                     BorderColor = 0x00FFFFFF,
                     BorderWidth = 0,
                 };
@@ -629,7 +629,7 @@
                 Width = Application.GetRealWidth(343),
                 Height = Application.GetRealWidth(88),
                 BackgroundColor = CSS_Color.MainBackgroundColor,
-                Radius = (uint)Application.GetRealHeight(5),
+                Radius = (uint)Application.GetRealHeight(12),
                 BorderColor = 0x00FFFFFF,
                 BorderWidth = 0,
             };
@@ -718,7 +718,7 @@
                 Width = Application.GetRealWidth(343),
                 Height = Application.GetRealWidth(88),
                 BackgroundColor = CSS_Color.MainBackgroundColor,
-                Radius = (uint)Application.GetRealHeight(5),
+                Radius = (uint)Application.GetRealHeight(12),
                 BorderColor = 0x00FFFFFF,
                 BorderWidth = 0,
             };

--
Gitblit v1.8.0