Commit 841f12d9dd0bbf73bc1a887ac5720547c72d5572
1 parent
60791bcb
docs(quick-start): update iframe style
Showing
1 changed file
with
1 additions
and
1 deletions
docs/zh/getting-started/quick-start.md
| ... | ... | @@ -4,7 +4,7 @@ |
| 4 | 4 | > 欢迎大家到[鲁班H5-社区](https://support.qq.com/products/93432/) 交流,在这里可以提问、反馈意见和建议,与作者直接互动 |
| 5 | 5 | |
| 6 | 6 | # 视频教程 |
| 7 | -<iframe src="//player.bilibili.com/player.html?aid=76827615&cid=131403430&page=1" scrolling="no" border="0" frameborder="no" framespacing="0" allowfullscreen="true"> </iframe> | |
| 7 | +<iframe src="//player.bilibili.com/player.html?aid=76827615&cid=131403430&page=1" scrolling="no" border="0" frameborder="no" framespacing="0" allowfullscreen="true" width="100%" height="600"> </iframe> | |
| 8 | 8 | |
| 9 | 9 | ## 基础概念 |
| 10 | 10 | > 首先你需要大概了解下 Node.js 的相关生态、Node.js 的安装 | ... | ... |