From f19774744035760cd81741fac530cffd0f0d493b Mon Sep 17 00:00:00 2001 From: zhongshujie <2862698242@qq.com> Date: 星期三, 30 十月 2024 18:34:40 +0800 Subject: [PATCH] 民航概论分页(模块二,学习任务三) --- src/books/civilAviation/view/components/chapter001.vue | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/src/books/civilAviation/view/components/chapter001.vue b/src/books/civilAviation/view/components/chapter001.vue index 02e2a3a..11b51ba 100644 --- a/src/books/civilAviation/view/components/chapter001.vue +++ b/src/books/civilAviation/view/components/chapter001.vue @@ -1675,7 +1675,8 @@ <li class="header-left-text">姘戣埅姒傝锛堢 2 鐗堬級</li> </ul> <div class="bodystyle"> - <iframe :src="iframSrc" frameborder="0" style="width: 100%; height: 600px"></iframe> + <div style="min-height:800px"><iframe :src="iframSrc" frameborder="0" style="width: 100%; height: 600px"></iframe></div> + </div> </div> </div> -- Gitblit v1.9.1