在Windows Machine中的React中打开iframe或embed标签时,滚动不起作用

发布于 2025-02-10 23:42:28 字数 398 浏览 1 评论 0原文

< embed src = {cancellationPolicyUrl} type =“ application/pdf” height =“ 450px” width =“ 100%”><</embed>

<iframe src={cancellationPolicyUrl} height="450px" width="100%" />

where cancellation -cancellation -cancellation -cancellation -cancellation -cancellation -cancellation -pdf pdf文件来自S3服务器。

注意:此代码在对话框中使用。

<embed src={cancellationPolicyUrl} type="application/pdf" height="450px" width="100%"></embed>

or

<iframe src={cancellationPolicyUrl} height="450px" width="100%" />

where cancellationPolicyUrl is a PDF file URL that comes from the S3 server.

note: this code is used in the dialog box.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文