Skip to content

Commit

Permalink
fix: Should TimePicker defaultOpenValue work (#21198)
Browse files Browse the repository at this point in the history
* fix: Should TimePicker defaultOpenValue work

* update snapshot
  • Loading branch information
zombieJ committed Feb 3, 2020
1 parent 3a72356 commit e6719cb
Show file tree
Hide file tree
Showing 5 changed files with 164 additions and 220 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12771,7 +12771,7 @@ Array [
style="position:relative"
>
<li
class="config-picker-time-panel-cell"
class="config-picker-time-panel-cell config-picker-time-panel-cell-selected"
>
<div
class="config-picker-time-panel-cell-inner"
Expand Down Expand Up @@ -12992,7 +12992,7 @@ Array [
style="position:relative"
>
<li
class="config-picker-time-panel-cell"
class="config-picker-time-panel-cell config-picker-time-panel-cell-selected"
>
<div
class="config-picker-time-panel-cell-inner"
Expand Down Expand Up @@ -13537,7 +13537,7 @@ Array [
style="position:relative"
>
<li
class="config-picker-time-panel-cell"
class="config-picker-time-panel-cell config-picker-time-panel-cell-selected"
>
<div
class="config-picker-time-panel-cell-inner"
Expand Down Expand Up @@ -14099,7 +14099,6 @@ Array [
>
<button
class="config-btn config-btn-primary config-btn-sm"
disabled=""
type="button"
>
<span>
Expand Down Expand Up @@ -14182,7 +14181,7 @@ Array [
style="position:relative"
>
<li
class="ant-picker-time-panel-cell"
class="ant-picker-time-panel-cell ant-picker-time-panel-cell-selected"
>
<div
class="ant-picker-time-panel-cell-inner"
Expand Down Expand Up @@ -14403,7 +14402,7 @@ Array [
style="position:relative"
>
<li
class="ant-picker-time-panel-cell"
class="ant-picker-time-panel-cell ant-picker-time-panel-cell-selected"
>
<div
class="ant-picker-time-panel-cell-inner"
Expand Down Expand Up @@ -14948,7 +14947,7 @@ Array [
style="position:relative"
>
<li
class="ant-picker-time-panel-cell"
class="ant-picker-time-panel-cell ant-picker-time-panel-cell-selected"
>
<div
class="ant-picker-time-panel-cell-inner"
Expand Down Expand Up @@ -15510,7 +15509,6 @@ Array [
>
<button
class="ant-btn ant-btn-primary ant-btn-sm"
disabled=""
type="button"
>
<span>
Expand Down Expand Up @@ -15593,7 +15591,7 @@ Array [
style="position:relative"
>
<li
class="prefix-TimePicker-time-panel-cell"
class="prefix-TimePicker-time-panel-cell prefix-TimePicker-time-panel-cell-selected"
>
<div
class="prefix-TimePicker-time-panel-cell-inner"
Expand Down Expand Up @@ -15814,7 +15812,7 @@ Array [
style="position:relative"
>
<li
class="prefix-TimePicker-time-panel-cell"
class="prefix-TimePicker-time-panel-cell prefix-TimePicker-time-panel-cell-selected"
>
<div
class="prefix-TimePicker-time-panel-cell-inner"
Expand Down Expand Up @@ -16359,7 +16357,7 @@ Array [
style="position:relative"
>
<li
class="prefix-TimePicker-time-panel-cell"
class="prefix-TimePicker-time-panel-cell prefix-TimePicker-time-panel-cell-selected"
>
<div
class="prefix-TimePicker-time-panel-cell-inner"
Expand Down Expand Up @@ -16921,7 +16919,6 @@ Array [
>
<button
class="ant-btn ant-btn-primary ant-btn-sm"
disabled=""
type="button"
>
<span>
Expand Down
Loading

0 comments on commit e6719cb

Please sign in to comment.