feat: 右侧菜单高度调整为 650

This commit is contained in:
2025-09-08 19:21:10 +08:00
parent 114ce94f0a
commit 13d698ad97

View File

@@ -175,7 +175,7 @@
</div>
<!-- -->
<div class="course-units" v-if="tab == 1">
<div style="min-height: 350px;max-height: 850px ;overflow-y: auto;">
<div style="min-height: 350px;max-height: 650px ;overflow-y: auto;">
<div class="catalog" v-if="courseInfo.type == 20">
<div v-for="(item, index) in catalogTree" :key="index" :name="index">
<el-menu
@@ -1747,7 +1747,7 @@
margin: 20px auto;
.course-playbox {
background-color: #fff;
min-height: 400px;
//min-height: 400px;
display: flex;
justify-content: space-between;
.course-player-container {