修改学习路径图的高度固定800px

This commit is contained in:
daihh
2022-12-13 18:35:23 +08:00
parent 34a05f37b7
commit 17ee26cee7

View File

@@ -1,7 +1,7 @@
<template>
<!--学习路径图-->
<div class="box">
<iframe id="studyPathFrame" src="/fe-student/learnpath" style="width: 100%;height: 100%;" frameborder="0"></iframe>
<iframe id="studyPathFrame" src="/fe-student/learnpath" style="width: 100%;height: 800px;" frameborder="0"></iframe>
</div>
</template>