Skip to content

Commit

Permalink
test(date-picker): update snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
JeromeLin committed Jun 24, 2022
1 parent dc99424 commit 948c767
Showing 1 changed file with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -543,8 +543,8 @@ exports[`DatePickerView DatePickerView time 3 1`] = `
stopScroll={false}
value={
Array [
11,
0,
18,
34,
]
}
valueMember="value"
Expand Down Expand Up @@ -610,7 +610,7 @@ exports[`DatePickerView DatePickerView time 3 1`] = `
onChange={[Function]}
prefixCls="za-wheel"
stopScroll={false}
value={11}
value={18}
valueMember="value"
>
<div
Expand All @@ -620,7 +620,7 @@ exports[`DatePickerView DatePickerView time 3 1`] = `
className="za-wheel__content"
>
<div
className="za-wheel__item za-wheel__item--selected"
className="za-wheel__item"
key="0"
>
11时
Expand Down Expand Up @@ -662,7 +662,7 @@ exports[`DatePickerView DatePickerView time 3 1`] = `
17时
</div>
<div
className="za-wheel__item"
className="za-wheel__item za-wheel__item--selected"
key="7"
>
18时
Expand Down Expand Up @@ -939,7 +939,7 @@ exports[`DatePickerView DatePickerView time 3 1`] = `
onChange={[Function]}
prefixCls="za-wheel"
stopScroll={false}
value={0}
value={34}
valueMember="value"
>
<div
Expand All @@ -949,7 +949,7 @@ exports[`DatePickerView DatePickerView time 3 1`] = `
className="za-wheel__content"
>
<div
className="za-wheel__item za-wheel__item--selected"
className="za-wheel__item"
key="0"
>
0分
Expand Down Expand Up @@ -1153,7 +1153,7 @@ exports[`DatePickerView DatePickerView time 3 1`] = `
33分
</div>
<div
className="za-wheel__item"
className="za-wheel__item za-wheel__item--selected"
key="34"
>
34分
Expand Down

1 comment on commit 948c767

@vercel
Copy link

@vercel vercel bot commented on 948c767 Jun 24, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

zarm – ./

zarm-iota.vercel.app
zarm-git-master-zhongantech.vercel.app
zarm-zhongantech.vercel.app

Please sign in to comment.