mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-06 03:57:59 +08:00
20 lines
1.1 KiB
Plaintext
20 lines
1.1 KiB
Plaintext
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
||
|
||
exports[`should render ContactList correctly 1`] = `
|
||
<div class="van-contact-list">
|
||
<div role="radiogroup" class="van-radio-group van-contact-list__group">
|
||
<div role="button" tabindex="0" class="van-cell van-cell--clickable van-cell--center van-contact-list__item"><i class="van-icon van-icon-edit van-contact-list__edit">
|
||
<!----></i>
|
||
<div class="van-cell__value van-cell__value--alone van-contact-list__item-value">test,123123213</div>
|
||
<div role="radio" tabindex="0" aria-checked="true" class="van-radio">
|
||
<div class="van-radio__icon van-radio__icon--round van-radio__icon--checked" style="font-size: 16px;"><i class="van-icon van-icon-success" style="border-color: #ee0a24; background-color: rgb(238, 10, 36);">
|
||
<!----></i></div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<div class="van-contact-list__bottom"><button class="van-button van-button--danger van-button--normal van-button--block van-button--round van-contact-list__add">
|
||
<div class="van-button__content"><span class="van-button__text">新建联系人</span></div>
|
||
</button></div>
|
||
</div>
|
||
`;
|