mirror of
https://github.com/ant-design/ant-design.git
synced 2025-07-24 23:46:51 +08:00
update snapshot
This commit is contained in:
parent
14fff83a4a
commit
c9aeb29b43
@ -6,7 +6,7 @@ exports[`WeekPicker should support style prop 1`] = `
|
||||
style="width: 400px;"
|
||||
>
|
||||
<span
|
||||
style="display: inline-block;"
|
||||
style="display: inline-block; width: 100%;"
|
||||
>
|
||||
<input
|
||||
class="ant-calendar-picker-input ant-input"
|
||||
|
@ -112,7 +112,7 @@ exports[`renders ./components/date-picker/demo/basic.md correctly 1`] = `
|
||||
class="ant-calendar-picker"
|
||||
>
|
||||
<span
|
||||
style="display:inline-block"
|
||||
style="display:inline-block;width:100%"
|
||||
>
|
||||
<input
|
||||
class="ant-calendar-picker-input ant-input"
|
||||
@ -1146,7 +1146,7 @@ exports[`renders ./components/date-picker/demo/size.md correctly 1`] = `
|
||||
class="ant-calendar-picker ant-calendar-picker-default"
|
||||
>
|
||||
<span
|
||||
style="display:inline-block"
|
||||
style="display:inline-block;width:100%"
|
||||
>
|
||||
<input
|
||||
class="ant-calendar-picker-input ant-input"
|
||||
@ -1353,7 +1353,7 @@ exports[`renders ./components/date-picker/demo/suffix.md correctly 1`] = `
|
||||
class="ant-calendar-picker"
|
||||
>
|
||||
<span
|
||||
style="display:inline-block"
|
||||
style="display:inline-block;width:100%"
|
||||
>
|
||||
<input
|
||||
class="ant-calendar-picker-input ant-input"
|
||||
@ -1455,7 +1455,7 @@ exports[`renders ./components/date-picker/demo/suffix.md correctly 1`] = `
|
||||
class="ant-calendar-picker"
|
||||
>
|
||||
<span
|
||||
style="display:inline-block"
|
||||
style="display:inline-block;width:100%"
|
||||
>
|
||||
<input
|
||||
class="ant-calendar-picker-input ant-input"
|
||||
|
Loading…
Reference in New Issue
Block a user