|
|
|
@ -2,7 +2,7 @@
|
|
|
|
|
|
|
|
|
|
exports[`renders ./components/switch/demo/basic.md correctly 1`] = `
|
|
|
|
|
<span
|
|
|
|
|
class="ant-switch"
|
|
|
|
|
class="ant-switch ant-switch-checked"
|
|
|
|
|
tabindex="0"
|
|
|
|
|
>
|
|
|
|
|
<span
|
|
|
|
@ -58,7 +58,7 @@ exports[`renders ./components/switch/demo/loading.md correctly 1`] = `
|
|
|
|
|
exports[`renders ./components/switch/demo/size.md correctly 1`] = `
|
|
|
|
|
<div>
|
|
|
|
|
<span
|
|
|
|
|
class="ant-switch"
|
|
|
|
|
class="ant-switch ant-switch-checked"
|
|
|
|
|
tabindex="0"
|
|
|
|
|
>
|
|
|
|
|
<span
|
|
|
|
@ -67,7 +67,7 @@ exports[`renders ./components/switch/demo/size.md correctly 1`] = `
|
|
|
|
|
</span>
|
|
|
|
|
<br />
|
|
|
|
|
<span
|
|
|
|
|
class="ant-switch-small ant-switch"
|
|
|
|
|
class="ant-switch-small ant-switch ant-switch-checked"
|
|
|
|
|
tabindex="0"
|
|
|
|
|
>
|
|
|
|
|
<span
|
|
|
|
@ -80,13 +80,13 @@ exports[`renders ./components/switch/demo/size.md correctly 1`] = `
|
|
|
|
|
exports[`renders ./components/switch/demo/text.md correctly 1`] = `
|
|
|
|
|
<div>
|
|
|
|
|
<span
|
|
|
|
|
class="ant-switch"
|
|
|
|
|
class="ant-switch ant-switch-checked"
|
|
|
|
|
tabindex="0"
|
|
|
|
|
>
|
|
|
|
|
<span
|
|
|
|
|
class="ant-switch-inner"
|
|
|
|
|
>
|
|
|
|
|
关
|
|
|
|
|
开
|
|
|
|
|
</span>
|
|
|
|
|
</span>
|
|
|
|
|
<br />
|
|
|
|
@ -102,14 +102,14 @@ exports[`renders ./components/switch/demo/text.md correctly 1`] = `
|
|
|
|
|
</span>
|
|
|
|
|
<br />
|
|
|
|
|
<span
|
|
|
|
|
class="ant-switch"
|
|
|
|
|
class="ant-switch ant-switch-checked"
|
|
|
|
|
tabindex="0"
|
|
|
|
|
>
|
|
|
|
|
<span
|
|
|
|
|
class="ant-switch-inner"
|
|
|
|
|
>
|
|
|
|
|
<i
|
|
|
|
|
class="anticon anticon-cross"
|
|
|
|
|
class="anticon anticon-check"
|
|
|
|
|
/>
|
|
|
|
|
</span>
|
|
|
|
|
</span>
|
|
|
|
|