Skip to content

Commit 433adac

Browse files
committed
test: update snapshot
1 parent 2726430 commit 433adac

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

tests/__snapshots__/range.spec.tsx.snap

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ exports[`Picker.Range onPanelChange is array args should render correctly in pla
8989
</div>
9090
<div
9191
class="rc-picker-active-bar"
92-
style="position: absolute; width: 0px; inset-inline-end: 0;"
92+
style="position: absolute; width: 0px; left: 0px;"
9393
/>
9494
</div>
9595
</div>
@@ -170,7 +170,7 @@ exports[`Picker.Range panelRender 1`] = `
170170
</div>
171171
<div
172172
class="rc-picker-active-bar"
173-
style="position: absolute; width: 0px; inset-inline-start: 0;"
173+
style="position: absolute; width: 0px; left: 0px;"
174174
/>
175175
</div>
176176
</div>
@@ -184,7 +184,7 @@ exports[`Picker.Range panelRender 1`] = `
184184
>
185185
<div
186186
class="rc-picker-range-arrow"
187-
style="inset-inline-start: 0;"
187+
style="left: 0px;"
188188
/>
189189
<div
190190
class="rc-picker-panel-container rc-picker-date-panel-container"
@@ -236,7 +236,7 @@ exports[`Picker.Range use dateRender and monthCellRender in date range picker 1`
236236
</div>
237237
<div
238238
class="rc-picker-active-bar"
239-
style="position: absolute; width: 0px; inset-inline-start: 0;"
239+
style="position: absolute; left: 0px;"
240240
/>
241241
</div>
242242
</div>
@@ -250,7 +250,7 @@ exports[`Picker.Range use dateRender and monthCellRender in date range picker 1`
250250
>
251251
<div
252252
class="rc-picker-range-arrow"
253-
style="inset-inline-start: 0;"
253+
style="left: 0px;"
254254
/>
255255
<div
256256
class="rc-picker-panel-container rc-picker-date-panel-container"
@@ -1293,7 +1293,7 @@ exports[`Picker.Range use dateRender and monthCellRender in month range picker 1
12931293
</div>
12941294
<div
12951295
class="rc-picker-active-bar"
1296-
style="position: absolute; width: 0px; inset-inline-start: 0;"
1296+
style="position: absolute; left: 0px;"
12971297
/>
12981298
</div>
12991299
</div>
@@ -1307,7 +1307,7 @@ exports[`Picker.Range use dateRender and monthCellRender in month range picker 1
13071307
>
13081308
<div
13091309
class="rc-picker-range-arrow"
1310-
style="inset-inline-start: 0;"
1310+
style="left: 0px;"
13111311
/>
13121312
<div
13131313
class="rc-picker-panel-container rc-picker-month-panel-container"

0 commit comments

Comments
 (0)