Merge branch 'stat' into third

This commit is contained in:
daihh
2022-12-13 19:23:36 +08:00

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>