Skip to content

Commit

Permalink
chore: update test
Browse files Browse the repository at this point in the history
  • Loading branch information
HelKyle committed Sep 3, 2022
1 parent 3d3052c commit 43415f4
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2563,6 +2563,7 @@ exports[`panel.jsx 1`] = `
</div>
<ul
class="t-time-picker__panel-body-scroll"
style="--timePickerPanelOffsetTop: 0; --timePickerPanelOffsetBottom: 0;"
>
<li
class="t-time-picker__panel-body-scroll-item"
Expand Down Expand Up @@ -2687,6 +2688,7 @@ exports[`panel.jsx 1`] = `
</ul>
<ul
class="t-time-picker__panel-body-scroll"
style="--timePickerPanelOffsetTop: 0; --timePickerPanelOffsetBottom: 0;"
>
<li
class="t-time-picker__panel-body-scroll-item t-is-current"
Expand Down Expand Up @@ -2991,6 +2993,7 @@ exports[`panel.jsx 1`] = `
</ul>
<ul
class="t-time-picker__panel-body-scroll"
style="--timePickerPanelOffsetTop: 0; --timePickerPanelOffsetBottom: 0;"
>
<li
class="t-time-picker__panel-body-scroll-item t-is-current"
Expand Down Expand Up @@ -5184,6 +5187,7 @@ exports[`panel.jsx 1`] = `
</div>
<ul
class="t-time-picker__panel-body-scroll"
style="--timePickerPanelOffsetTop: 0; --timePickerPanelOffsetBottom: 0;"
>
<li
class="t-time-picker__panel-body-scroll-item t-is-current"
Expand Down Expand Up @@ -5308,6 +5312,7 @@ exports[`panel.jsx 1`] = `
</ul>
<ul
class="t-time-picker__panel-body-scroll"
style="--timePickerPanelOffsetTop: 0; --timePickerPanelOffsetBottom: 0;"
>
<li
class="t-time-picker__panel-body-scroll-item t-is-current"
Expand Down Expand Up @@ -5612,6 +5617,7 @@ exports[`panel.jsx 1`] = `
</ul>
<ul
class="t-time-picker__panel-body-scroll"
style="--timePickerPanelOffsetTop: 0; --timePickerPanelOffsetBottom: 0;"
>
<li
class="t-time-picker__panel-body-scroll-item t-is-current"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -518,6 +518,7 @@ exports[`panel.jsx 1`] = `
</div>
<ul
class="t-time-picker__panel-body-scroll"
style="--timePickerPanelOffsetTop: 0; --timePickerPanelOffsetBottom: 0;"
>
<li
class="t-time-picker__panel-body-scroll-item"
Expand Down Expand Up @@ -642,6 +643,7 @@ exports[`panel.jsx 1`] = `
</ul>
<ul
class="t-time-picker__panel-body-scroll"
style="--timePickerPanelOffsetTop: 0; --timePickerPanelOffsetBottom: 0;"
>
<li
class="t-time-picker__panel-body-scroll-item t-is-current"
Expand Down Expand Up @@ -946,6 +948,7 @@ exports[`panel.jsx 1`] = `
</ul>
<ul
class="t-time-picker__panel-body-scroll"
style="--timePickerPanelOffsetTop: 0; --timePickerPanelOffsetBottom: 0;"
>
<li
class="t-time-picker__panel-body-scroll-item t-is-current"
Expand Down

0 comments on commit 43415f4

Please sign in to comment.