mirror of
https://gitee.com/vant-contrib/vant-weapp.git
synced 2025-08-08 14:15:47 +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"
|
class="label-class van-field__label"
|
||||||
slot="title"
|
slot="title"
|
||||||
>
|
>
|
||||||
地区
|
|
||||||
|
地区
|
||||||
|
|
||||||
</wx-view>
|
</wx-view>
|
||||||
</wx-view>
|
</wx-view>
|
||||||
<wx-view
|
<wx-view
|
||||||
@ -141,7 +143,7 @@ exports[`should render demo and match snapshot 1`] = `
|
|||||||
slot="title"
|
slot="title"
|
||||||
>
|
>
|
||||||
|
|
||||||
地区
|
地区
|
||||||
|
|
||||||
</wx-view>
|
</wx-view>
|
||||||
</wx-view>
|
</wx-view>
|
||||||
@ -250,7 +252,7 @@ exports[`should render demo and match snapshot 1`] = `
|
|||||||
slot="title"
|
slot="title"
|
||||||
>
|
>
|
||||||
|
|
||||||
地区
|
地区
|
||||||
|
|
||||||
</wx-view>
|
</wx-view>
|
||||||
</wx-view>
|
</wx-view>
|
||||||
@ -359,7 +361,7 @@ exports[`should render demo and match snapshot 1`] = `
|
|||||||
slot="title"
|
slot="title"
|
||||||
>
|
>
|
||||||
|
|
||||||
地区
|
地区
|
||||||
|
|
||||||
</wx-view>
|
</wx-view>
|
||||||
</wx-view>
|
</wx-view>
|
||||||
@ -434,6 +436,7 @@ exports[`should render demo and match snapshot 1`] = `
|
|||||||
/>
|
/>
|
||||||
</van-overlay>
|
</van-overlay>
|
||||||
</van-popup>
|
</van-popup>
|
||||||
|
</wx-view>
|
||||||
</demo-block>
|
</demo-block>
|
||||||
</main>
|
</main>
|
||||||
`;
|
`;
|
||||||
|
@ -70,7 +70,7 @@ exports[`should render demo and match snapshot 1`] = `
|
|||||||
style="z-index:1"
|
style="z-index:1"
|
||||||
>
|
>
|
||||||
<wx-view
|
<wx-view
|
||||||
class="van-tabs__wrap "
|
class="wrap-class van-tabs__wrap "
|
||||||
>
|
>
|
||||||
<wx-scroll-view
|
<wx-scroll-view
|
||||||
class="van-tabs__scroll van-tabs__scroll--line"
|
class="van-tabs__scroll van-tabs__scroll--line"
|
||||||
|
@ -20,7 +20,7 @@ exports[`should render demo and match snapshot 1`] = `
|
|||||||
style="z-index:1"
|
style="z-index:1"
|
||||||
>
|
>
|
||||||
<wx-view
|
<wx-view
|
||||||
class="van-tabs__wrap "
|
class="wrap-class van-tabs__wrap "
|
||||||
>
|
>
|
||||||
<wx-scroll-view
|
<wx-scroll-view
|
||||||
class="van-tabs__scroll van-tabs__scroll--line"
|
class="van-tabs__scroll van-tabs__scroll--line"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user