Skip to content

Commit 7fef08b

Browse files
committed
refactor: 格式化代码
1 parent d679c9e commit 7fef08b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/BootstrapBlazor/Components/DateTimePicker/DateTimePicker.razor

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@
1818
ShowLunar="ShowLunar" ShowSolarTerm="ShowSolarTerm" ShowFestivals="ShowFestivals" ShowHolidays="ShowHolidays"
1919
OnConfirm="OnConfirm" OnClear="OnClear" MinValue="MinValue" MaxValue="MaxValue"
2020
AutoClose="AutoClose" ViewMode="ViewMode" DayTemplate="DayTemplate!" DayDisabledTemplate="DayDisabledTemplate!"
21-
OnGetMonthDisabledDaysCallback="OnGetMonthDisabledDaysCallback!" EnableGetMonthDisabledDaysCache="EnableGetMonthDisabledDaysCache">
21+
OnGetMonthDisabledDaysCallback="OnGetMonthDisabledDaysCallback!"
22+
EnableGetMonthDisabledDaysCache="EnableGetMonthDisabledDaysCache">
2223
@ChildContent
2324
</DatePickerBody>
2425
</div>

0 commit comments

Comments
 (0)