From 159ec8ae413683e1ce134ec204d1c0b4d175baec Mon Sep 17 00:00:00 2001 From: gxc <guoxuecheng@guoxuechengdeMacBook-Pro.local> Date: 星期四, 14 十一月 2019 15:55:32 +0800 Subject: [PATCH] 2019.11.14 --- ZigbeeApp/Shared/Phone/UserCenter/CommonBase/Common/UserCenterColor.cs | 11 +++++------ 1 files changed, 5 insertions(+), 6 deletions(-) diff --git a/ZigbeeApp/Shared/Phone/UserCenter/CommonBase/Common/UserCenterColor.cs b/ZigbeeApp/Shared/Phone/UserCenter/CommonBase/Common/UserCenterColor.cs index d704e95..f13c53d 100755 --- a/ZigbeeApp/Shared/Phone/UserCenter/CommonBase/Common/UserCenterColor.cs +++ b/ZigbeeApp/Shared/Phone/UserCenter/CommonBase/Common/UserCenterColor.cs @@ -135,8 +135,11 @@ /// <summary> /// 鈽嗘鑹茬殑鏂囨湰棰滆壊(0xfffc744b) /// </summary> - public uint TextOrangeColor = 0xfffc744b; - + public uint TextOrangeColor = 0xfffc744b; + /// <summary> + /// 鈽嗚鎺т欢閫夋嫨鐘舵�佹椂鐨勮儗鏅壊 + /// </summary> + public uint RowSelectBackColor = 0xfffbfbfb; @@ -153,10 +156,6 @@ /// 閫変腑鐨勯鑹�(钃濊壊) /// </summary> public uint SelectTextColor = 0xff00aaf0; - /// <summary> - /// 琛屾帶浠堕�夋嫨鐘舵�佹椂鐨勮儗鏅壊 - /// </summary> - public uint RowSelectBackColor = 0xfffbfbfb; /// <summary> /// 娣辫摑鑹� /// </summary> -- Gitblit v1.8.0