陈嘉乐
2021-03-25 ba870748ddaf7fd71c8d00ea3ce88de0891c390f
2021-3-25-2
1个文件已修改
4 ■■■■ 已修改文件
HDL_ON/UI/UI2/4-PersonalCenter/PirDevice/AddControl.cs 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
HDL_ON/UI/UI2/4-PersonalCenter/PirDevice/AddControl.cs
@@ -71,7 +71,7 @@
            };
            this.AddChidren(saveLayout);
            saveLayout.SetCornerWithSameRadius(Application.GetRealHeight(24), HDLUtils.RectCornerTopLeft | HDLUtils.RectCornerTopRight);
            //暂时隐藏排序功能
            Button paixuBtn = new Button
            {
                Width = Application.GetRealWidth(375 - 16 * 2),
@@ -82,7 +82,7 @@
                TextSize = TextSize.text14,
                TextColor = CSS.CSS_Color.textTipColor,
            };
            saveLayout.AddChidren(paixuBtn);
            //saveLayout.AddChidren(paixuBtn);
            Button saveBtn = new Button
            {