This commit is contained in:
czz_y 2024-08-26 16:35:12 +08:00
parent dc0a443187
commit 6aa8c0aac9
16 changed files with 4 additions and 3 deletions

View File

@ -169,7 +169,7 @@ namespace AntdUIDemo
case "Steps": case "Steps":
control = new StepsDemo(); control = new StepsDemo();
break; break;
case "CheckBox": case "Checkbox":
control = new CheckBoxDemo(); control = new CheckBoxDemo();
break; break;
case "ColorPicker": case "ColorPicker":

View File

@ -34,7 +34,7 @@ namespace AntdUIDemo.Models
}, },
{ "数据录入", new List<MenuItems> { "数据录入", new List<MenuItems>
{ {
new MenuItems { Text = "CheckBox 复选框", Tag = "CheckBox"}, new MenuItems { Text = "Checkbox 复选框", Tag = "Checkbox"},
new MenuItems { Text = "ColorPicker 颜色选择器", Tag = "ColorPicker"}, new MenuItems { Text = "ColorPicker 颜色选择器", Tag = "ColorPicker"},
new MenuItems { Text = "DatePicker 日期选择器", Tag = "DatePicker"}, new MenuItems { Text = "DatePicker 日期选择器", Tag = "DatePicker"},
new MenuItems { Text = "DatePickerRange 日期范围选择器", Tag = "DatePickerRange"}, new MenuItems { Text = "DatePickerRange 日期范围选择器", Tag = "DatePickerRange"},

View File

@ -54,7 +54,8 @@
![Steps](assets/screenshots/Steps.png) ![Steps](assets/screenshots/Steps.png)
### 数据录入 ### 数据录入
#### CheckBox 复选框 #### Checkbox 复选框
![Checkbox](assets/screenshots/Checkbox.png)
#### ColorPicker 颜色选择器 #### ColorPicker 颜色选择器
#### DatePicker 日期选择器 #### DatePicker 日期选择器
#### DatePickerRange 日期范围选择器 #### DatePickerRange 日期范围选择器

Binary file not shown.

Before

Width:  |  Height:  |  Size: 787 KiB

After

Width:  |  Height:  |  Size: 586 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 455 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 441 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 494 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 777 KiB

After

Width:  |  Height:  |  Size: 593 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 767 KiB

After

Width:  |  Height:  |  Size: 538 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 737 KiB

After

Width:  |  Height:  |  Size: 528 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 743 KiB

After

Width:  |  Height:  |  Size: 464 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 759 KiB

After

Width:  |  Height:  |  Size: 561 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 739 KiB

After

Width:  |  Height:  |  Size: 542 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 789 KiB

After

Width:  |  Height:  |  Size: 527 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 753 KiB

After

Width:  |  Height:  |  Size: 485 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 727 KiB

After

Width:  |  Height:  |  Size: 491 KiB