docs: Update demo preview link (#22061)

* docs: Update demo preview link

* Update snapshot
This commit is contained in:
二货机器人 2020-03-10 16:43:23 +08:00 committed by GitHub
parent 639cedeac2
commit 3670ca7c8d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -403,7 +403,7 @@ exports[`renders ./components/select/demo/big-data.md correctly 1`] = `
Ant Design 3.0
</h3>
<iframe
src="https://codesandbox.io/embed/beautiful-banzai-m72lv?view=preview"
src="https://codesandbox.io/embed/solitary-voice-m3vme?fontsize=14&hidenavigation=1&theme=dark&view=preview"
style="width:100%;height:300px"
title="Ant Design 3.0 Select demo"
/>

View File

@ -49,7 +49,7 @@ ReactDOM.render(
<Title level={3}>Ant Design 3.0</Title>
<iframe
title="Ant Design 3.0 Select demo"
src="https://codesandbox.io/embed/beautiful-banzai-m72lv?view=preview"
src="https://codesandbox.io/embed/solitary-voice-m3vme?fontsize=14&hidenavigation=1&theme=dark&view=preview"
style={{ width: '100%', height: 300 }}
/>
</div>,