From aa9f790ecb74a1f31474ec7209c5018a4a9b72c7 Mon Sep 17 00:00:00 2001 From: zhongshujie <2862698242@qq.com> Date: 星期五, 01 十一月 2024 18:11:21 +0800 Subject: [PATCH] 民航概论分页(11.1) --- src/books/civilAviation/view/components/chapter001.vue | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/src/books/civilAviation/view/components/chapter001.vue b/src/books/civilAviation/view/components/chapter001.vue index 3c65f42..b85fcd1 100644 --- a/src/books/civilAviation/view/components/chapter001.vue +++ b/src/books/civilAviation/view/components/chapter001.vue @@ -1675,8 +1675,9 @@ <li class="header-left-text">姘戣埅姒傝锛堢 2 鐗堬級</li> </ul> <div class="bodystyle"> - <div style="min-height:800px"><iframe :src="iframSrc" frameborder="0" style="width: 100%; height: 600px"></iframe></div> - + <div style="min-height:800px"><iframe :src="iframSrc" frameborder="0" + style="width: 100%; height: 600px"></iframe></div> + </div> </div> </div> -- Gitblit v1.9.1