feat: 溢出控制高度的代码, 防止内容塌陷

This commit is contained in:
2025-09-08 18:46:37 +08:00
parent 2738ea9b8f
commit 6031f79b6f

View File

@@ -175,7 +175,7 @@
</div>
<!-- -->
<div class="course-units" v-if="tab == 1">
<div :style="`height: ${controlHeight}px;overflow-y: auto;`">
<div style="min-height: 350px;max-height: 850px ;overflow-y: auto;">
<div class="catalog" v-if="courseInfo.type == 20">
<div v-for="(item, index) in catalogTree" :key="index" :name="index">
<el-menu