Skip to content

Commit d74bf1a

Browse files
chore: update snapshot
1 parent 1b0a4a8 commit d74bf1a

File tree

5 files changed

+20
-0
lines changed

5 files changed

+20
-0
lines changed

src/calendar/__test__/__snapshots__/index.test.js.snap

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -796,6 +796,10 @@ exports[`calendar :base 1`] = `
796796
bind:tap="handleClose"
797797
/>
798798
</wx-view>
799+
<wx-view
800+
class="t-popup__mask"
801+
style="z-index:-1;"
802+
/>
799803
</wx-view>
800804
<t-overlay
801805
id="popup-overlay"

src/date-time-picker/__test__/__snapshots__/index.test.js.snap

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -583,6 +583,10 @@ exports[`date-time-picker :base 1`] = `
583583
bind:tap="handleClose"
584584
/>
585585
</wx-view>
586+
<wx-view
587+
class="t-popup__mask"
588+
style="z-index:-1;"
589+
/>
586590
</wx-view>
587591
<t-overlay
588592
id="popup-overlay"

src/dialog/__test__/__snapshots__/index.test.js.snap

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,10 @@ exports[`dialog :base 1`] = `
3737
bind:tap="handleClose"
3838
/>
3939
</wx-view>
40+
<wx-view
41+
class="t-popup__mask"
42+
style="z-index:-1;"
43+
/>
4044
</wx-view>
4145
<t-overlay
4246
id="popup-overlay"

src/dropdown-menu/__test__/__snapshots__/index.test.js.snap

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -600,6 +600,10 @@ exports[`dropdown-menu :base 1`] = `
600600
bind:tap="handleClose"
601601
/>
602602
</wx-view>
603+
<wx-view
604+
class="t-popup__mask"
605+
style="z-index:-1;"
606+
/>
603607
</wx-view>
604608
<t-overlay
605609
id="popup-overlay"

src/picker/__test__/__snapshots__/index.test.js.snap

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -178,6 +178,10 @@ exports[`picker :base 1`] = `
178178
bind:tap="handleClose"
179179
/>
180180
</wx-view>
181+
<wx-view
182+
class="t-popup__mask"
183+
style="z-index:-1;"
184+
/>
181185
</wx-view>
182186
<t-overlay
183187
id="popup-overlay"

0 commit comments

Comments
 (0)