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