mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-25 03:29:59 +08:00
test: update snapshot
This commit is contained in:
parent
d9ec4bf732
commit
e4d9e5af54
@ -29,9 +29,9 @@ exports[`test renders ./components/date-picker/demo/basic.md correctly 1`] = `
|
|||||||
<span
|
<span
|
||||||
class="ant-calendar-picker">
|
class="ant-calendar-picker">
|
||||||
<span
|
<span
|
||||||
class="ant-calendar-picker-input ant-input">
|
class="ant-calendar-picker-input ant-input ant-calendar-range-picker-input">
|
||||||
<input
|
<input
|
||||||
class="ant-calendar-range-picker-input"
|
class="ant-calendar-range-picker-input-part"
|
||||||
placeholder="开始日期"
|
placeholder="开始日期"
|
||||||
readonly=""
|
readonly=""
|
||||||
value="" />
|
value="" />
|
||||||
@ -40,7 +40,7 @@ exports[`test renders ./components/date-picker/demo/basic.md correctly 1`] = `
|
|||||||
~
|
~
|
||||||
</span>
|
</span>
|
||||||
<input
|
<input
|
||||||
class="ant-calendar-range-picker-input"
|
class="ant-calendar-range-picker-input-part"
|
||||||
placeholder="结束日期"
|
placeholder="结束日期"
|
||||||
readonly=""
|
readonly=""
|
||||||
value="" />
|
value="" />
|
||||||
@ -84,10 +84,10 @@ exports[`test renders ./components/date-picker/demo/disabled.md correctly 1`] =
|
|||||||
<span
|
<span
|
||||||
class="ant-calendar-picker">
|
class="ant-calendar-picker">
|
||||||
<span
|
<span
|
||||||
class="ant-calendar-picker-input ant-input"
|
class="ant-calendar-picker-input ant-input ant-calendar-range-picker-input"
|
||||||
disabled="">
|
disabled="">
|
||||||
<input
|
<input
|
||||||
class="ant-calendar-range-picker-input"
|
class="ant-calendar-range-picker-input-part"
|
||||||
disabled=""
|
disabled=""
|
||||||
placeholder="开始日期"
|
placeholder="开始日期"
|
||||||
readonly=""
|
readonly=""
|
||||||
@ -97,7 +97,7 @@ exports[`test renders ./components/date-picker/demo/disabled.md correctly 1`] =
|
|||||||
~
|
~
|
||||||
</span>
|
</span>
|
||||||
<input
|
<input
|
||||||
class="ant-calendar-range-picker-input"
|
class="ant-calendar-range-picker-input-part"
|
||||||
disabled=""
|
disabled=""
|
||||||
placeholder="结束日期"
|
placeholder="结束日期"
|
||||||
readonly=""
|
readonly=""
|
||||||
@ -129,9 +129,9 @@ exports[`test renders ./components/date-picker/demo/disabled-date.md correctly 1
|
|||||||
class="ant-calendar-picker"
|
class="ant-calendar-picker"
|
||||||
style="width:300px;">
|
style="width:300px;">
|
||||||
<span
|
<span
|
||||||
class="ant-calendar-picker-input ant-input">
|
class="ant-calendar-picker-input ant-input ant-calendar-range-picker-input">
|
||||||
<input
|
<input
|
||||||
class="ant-calendar-range-picker-input"
|
class="ant-calendar-range-picker-input-part"
|
||||||
placeholder="开始日期"
|
placeholder="开始日期"
|
||||||
readonly=""
|
readonly=""
|
||||||
value="" />
|
value="" />
|
||||||
@ -140,7 +140,7 @@ exports[`test renders ./components/date-picker/demo/disabled-date.md correctly 1
|
|||||||
~
|
~
|
||||||
</span>
|
</span>
|
||||||
<input
|
<input
|
||||||
class="ant-calendar-range-picker-input"
|
class="ant-calendar-range-picker-input-part"
|
||||||
placeholder="结束日期"
|
placeholder="结束日期"
|
||||||
readonly=""
|
readonly=""
|
||||||
value="" />
|
value="" />
|
||||||
@ -186,9 +186,9 @@ exports[`test renders ./components/date-picker/demo/format.md correctly 1`] = `
|
|||||||
<span
|
<span
|
||||||
class="ant-calendar-picker">
|
class="ant-calendar-picker">
|
||||||
<span
|
<span
|
||||||
class="ant-calendar-picker-input ant-input">
|
class="ant-calendar-picker-input ant-input ant-calendar-range-picker-input">
|
||||||
<input
|
<input
|
||||||
class="ant-calendar-range-picker-input"
|
class="ant-calendar-range-picker-input-part"
|
||||||
placeholder="开始日期"
|
placeholder="开始日期"
|
||||||
readonly=""
|
readonly=""
|
||||||
value="2015/01/01" />
|
value="2015/01/01" />
|
||||||
@ -197,7 +197,7 @@ exports[`test renders ./components/date-picker/demo/format.md correctly 1`] = `
|
|||||||
~
|
~
|
||||||
</span>
|
</span>
|
||||||
<input
|
<input
|
||||||
class="ant-calendar-range-picker-input"
|
class="ant-calendar-range-picker-input-part"
|
||||||
placeholder="结束日期"
|
placeholder="结束日期"
|
||||||
readonly=""
|
readonly=""
|
||||||
value="2015/01/01" />
|
value="2015/01/01" />
|
||||||
@ -233,9 +233,9 @@ exports[`test renders ./components/date-picker/demo/presetted-ranges.md correctl
|
|||||||
<span
|
<span
|
||||||
class="ant-calendar-picker">
|
class="ant-calendar-picker">
|
||||||
<span
|
<span
|
||||||
class="ant-calendar-picker-input ant-input">
|
class="ant-calendar-picker-input ant-input ant-calendar-range-picker-input">
|
||||||
<input
|
<input
|
||||||
class="ant-calendar-range-picker-input"
|
class="ant-calendar-range-picker-input-part"
|
||||||
placeholder="开始日期"
|
placeholder="开始日期"
|
||||||
readonly=""
|
readonly=""
|
||||||
value="" />
|
value="" />
|
||||||
@ -244,7 +244,7 @@ exports[`test renders ./components/date-picker/demo/presetted-ranges.md correctl
|
|||||||
~
|
~
|
||||||
</span>
|
</span>
|
||||||
<input
|
<input
|
||||||
class="ant-calendar-range-picker-input"
|
class="ant-calendar-range-picker-input-part"
|
||||||
placeholder="结束日期"
|
placeholder="结束日期"
|
||||||
readonly=""
|
readonly=""
|
||||||
value="" />
|
value="" />
|
||||||
@ -257,9 +257,9 @@ exports[`test renders ./components/date-picker/demo/presetted-ranges.md correctl
|
|||||||
class="ant-calendar-picker"
|
class="ant-calendar-picker"
|
||||||
style="width:300px;">
|
style="width:300px;">
|
||||||
<span
|
<span
|
||||||
class="ant-calendar-picker-input ant-input">
|
class="ant-calendar-picker-input ant-input ant-calendar-range-picker-input">
|
||||||
<input
|
<input
|
||||||
class="ant-calendar-range-picker-input"
|
class="ant-calendar-range-picker-input-part"
|
||||||
placeholder="开始日期"
|
placeholder="开始日期"
|
||||||
readonly=""
|
readonly=""
|
||||||
value="" />
|
value="" />
|
||||||
@ -268,7 +268,7 @@ exports[`test renders ./components/date-picker/demo/presetted-ranges.md correctl
|
|||||||
~
|
~
|
||||||
</span>
|
</span>
|
||||||
<input
|
<input
|
||||||
class="ant-calendar-range-picker-input"
|
class="ant-calendar-range-picker-input-part"
|
||||||
placeholder="结束日期"
|
placeholder="结束日期"
|
||||||
readonly=""
|
readonly=""
|
||||||
value="" />
|
value="" />
|
||||||
@ -358,9 +358,9 @@ exports[`test renders ./components/date-picker/demo/size.md correctly 1`] = `
|
|||||||
<span
|
<span
|
||||||
class="ant-calendar-picker">
|
class="ant-calendar-picker">
|
||||||
<span
|
<span
|
||||||
class="ant-calendar-picker-input ant-input">
|
class="ant-calendar-picker-input ant-input ant-calendar-range-picker-input">
|
||||||
<input
|
<input
|
||||||
class="ant-calendar-range-picker-input"
|
class="ant-calendar-range-picker-input-part"
|
||||||
placeholder="开始日期"
|
placeholder="开始日期"
|
||||||
readonly=""
|
readonly=""
|
||||||
value="" />
|
value="" />
|
||||||
@ -369,7 +369,7 @@ exports[`test renders ./components/date-picker/demo/size.md correctly 1`] = `
|
|||||||
~
|
~
|
||||||
</span>
|
</span>
|
||||||
<input
|
<input
|
||||||
class="ant-calendar-range-picker-input"
|
class="ant-calendar-range-picker-input-part"
|
||||||
placeholder="结束日期"
|
placeholder="结束日期"
|
||||||
readonly=""
|
readonly=""
|
||||||
value="" />
|
value="" />
|
||||||
@ -431,9 +431,9 @@ exports[`test renders ./components/date-picker/demo/time.md correctly 1`] = `
|
|||||||
class="ant-calendar-picker"
|
class="ant-calendar-picker"
|
||||||
style="width:300px;">
|
style="width:300px;">
|
||||||
<span
|
<span
|
||||||
class="ant-calendar-picker-input ant-input">
|
class="ant-calendar-picker-input ant-input ant-calendar-range-picker-input">
|
||||||
<input
|
<input
|
||||||
class="ant-calendar-range-picker-input"
|
class="ant-calendar-range-picker-input-part"
|
||||||
placeholder="Start Time"
|
placeholder="Start Time"
|
||||||
readonly=""
|
readonly=""
|
||||||
value="" />
|
value="" />
|
||||||
@ -442,7 +442,7 @@ exports[`test renders ./components/date-picker/demo/time.md correctly 1`] = `
|
|||||||
~
|
~
|
||||||
</span>
|
</span>
|
||||||
<input
|
<input
|
||||||
class="ant-calendar-range-picker-input"
|
class="ant-calendar-range-picker-input-part"
|
||||||
placeholder="End Time"
|
placeholder="End Time"
|
||||||
readonly=""
|
readonly=""
|
||||||
value="" />
|
value="" />
|
||||||
|
@ -1146,9 +1146,9 @@ exports[`test renders ./components/form/demo/time-related-controls.md correctly
|
|||||||
<span
|
<span
|
||||||
class="ant-calendar-picker">
|
class="ant-calendar-picker">
|
||||||
<span
|
<span
|
||||||
class="ant-calendar-picker-input ant-input ant-input-lg">
|
class="ant-calendar-picker-input ant-input ant-input-lg ant-calendar-range-picker-input">
|
||||||
<input
|
<input
|
||||||
class="ant-calendar-range-picker-input"
|
class="ant-calendar-range-picker-input-part"
|
||||||
placeholder="开始日期"
|
placeholder="开始日期"
|
||||||
readonly=""
|
readonly=""
|
||||||
value="" />
|
value="" />
|
||||||
@ -1157,7 +1157,7 @@ exports[`test renders ./components/form/demo/time-related-controls.md correctly
|
|||||||
~
|
~
|
||||||
</span>
|
</span>
|
||||||
<input
|
<input
|
||||||
class="ant-calendar-range-picker-input"
|
class="ant-calendar-range-picker-input-part"
|
||||||
placeholder="结束日期"
|
placeholder="结束日期"
|
||||||
readonly=""
|
readonly=""
|
||||||
value="" />
|
value="" />
|
||||||
@ -1186,9 +1186,9 @@ exports[`test renders ./components/form/demo/time-related-controls.md correctly
|
|||||||
class="ant-calendar-picker"
|
class="ant-calendar-picker"
|
||||||
style="width:300px;">
|
style="width:300px;">
|
||||||
<span
|
<span
|
||||||
class="ant-calendar-picker-input ant-input ant-input-lg">
|
class="ant-calendar-picker-input ant-input ant-input-lg ant-calendar-range-picker-input">
|
||||||
<input
|
<input
|
||||||
class="ant-calendar-range-picker-input"
|
class="ant-calendar-range-picker-input-part"
|
||||||
placeholder="开始日期"
|
placeholder="开始日期"
|
||||||
readonly=""
|
readonly=""
|
||||||
value="" />
|
value="" />
|
||||||
@ -1197,7 +1197,7 @@ exports[`test renders ./components/form/demo/time-related-controls.md correctly
|
|||||||
~
|
~
|
||||||
</span>
|
</span>
|
||||||
<input
|
<input
|
||||||
class="ant-calendar-range-picker-input"
|
class="ant-calendar-range-picker-input-part"
|
||||||
placeholder="结束日期"
|
placeholder="结束日期"
|
||||||
readonly=""
|
readonly=""
|
||||||
value="" />
|
value="" />
|
||||||
|
@ -186,9 +186,9 @@ exports[`test renders ./components/locale-provider/demo/all.md correctly 1`] = `
|
|||||||
class="ant-calendar-picker"
|
class="ant-calendar-picker"
|
||||||
style="width:200px;">
|
style="width:200px;">
|
||||||
<span
|
<span
|
||||||
class="ant-calendar-picker-input ant-input">
|
class="ant-calendar-picker-input ant-input ant-calendar-range-picker-input">
|
||||||
<input
|
<input
|
||||||
class="ant-calendar-range-picker-input"
|
class="ant-calendar-range-picker-input-part"
|
||||||
placeholder="Start date"
|
placeholder="Start date"
|
||||||
readonly=""
|
readonly=""
|
||||||
value="" />
|
value="" />
|
||||||
@ -197,7 +197,7 @@ exports[`test renders ./components/locale-provider/demo/all.md correctly 1`] = `
|
|||||||
~
|
~
|
||||||
</span>
|
</span>
|
||||||
<input
|
<input
|
||||||
class="ant-calendar-range-picker-input"
|
class="ant-calendar-range-picker-input-part"
|
||||||
placeholder="End date"
|
placeholder="End date"
|
||||||
readonly=""
|
readonly=""
|
||||||
value="" />
|
value="" />
|
||||||
|
Loading…
Reference in New Issue
Block a user