mirror of
https://gitee.com/vant-contrib/vant-weapp.git
synced 2025-04-06 03:58:05 +08:00
fix: cascader empty index-bar test demo
This commit is contained in:
parent
845ce17cfe
commit
88eb9379a9
@ -33,7 +33,9 @@ exports[`should render demo and match snapshot 1`] = `
|
||||
class="label-class van-field__label"
|
||||
slot="title"
|
||||
>
|
||||
地区
|
||||
|
||||
地区
|
||||
|
||||
</wx-view>
|
||||
</wx-view>
|
||||
<wx-view
|
||||
@ -140,9 +142,9 @@ exports[`should render demo and match snapshot 1`] = `
|
||||
class="label-class van-field__label"
|
||||
slot="title"
|
||||
>
|
||||
|
||||
地区
|
||||
|
||||
|
||||
地区
|
||||
|
||||
</wx-view>
|
||||
</wx-view>
|
||||
<wx-view
|
||||
@ -249,9 +251,9 @@ exports[`should render demo and match snapshot 1`] = `
|
||||
class="label-class van-field__label"
|
||||
slot="title"
|
||||
>
|
||||
|
||||
地区
|
||||
|
||||
|
||||
地区
|
||||
|
||||
</wx-view>
|
||||
</wx-view>
|
||||
<wx-view
|
||||
@ -358,9 +360,9 @@ exports[`should render demo and match snapshot 1`] = `
|
||||
class="label-class van-field__label"
|
||||
slot="title"
|
||||
>
|
||||
|
||||
地区
|
||||
|
||||
|
||||
地区
|
||||
|
||||
</wx-view>
|
||||
</wx-view>
|
||||
<wx-view
|
||||
@ -434,6 +436,7 @@ exports[`should render demo and match snapshot 1`] = `
|
||||
/>
|
||||
</van-overlay>
|
||||
</van-popup>
|
||||
</wx-view>
|
||||
</demo-block>
|
||||
</main>
|
||||
`;
|
||||
|
@ -70,7 +70,7 @@ exports[`should render demo and match snapshot 1`] = `
|
||||
style="z-index:1"
|
||||
>
|
||||
<wx-view
|
||||
class="van-tabs__wrap "
|
||||
class="wrap-class van-tabs__wrap "
|
||||
>
|
||||
<wx-scroll-view
|
||||
class="van-tabs__scroll van-tabs__scroll--line"
|
||||
|
@ -20,7 +20,7 @@ exports[`should render demo and match snapshot 1`] = `
|
||||
style="z-index:1"
|
||||
>
|
||||
<wx-view
|
||||
class="van-tabs__wrap "
|
||||
class="wrap-class van-tabs__wrap "
|
||||
>
|
||||
<wx-scroll-view
|
||||
class="van-tabs__scroll van-tabs__scroll--line"
|
||||
|
Loading…
x
Reference in New Issue
Block a user