mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-09 19:06:43 +08:00
调整课程学习页面的适应宽度
This commit is contained in:
@@ -1399,7 +1399,8 @@
|
|||||||
.course-player{ //内容播放区域
|
.course-player{ //内容播放区域
|
||||||
flex:1;
|
flex:1;
|
||||||
min-width: 700px;
|
min-width: 700px;
|
||||||
min-height: 600px;
|
min-height: 400px;
|
||||||
|
max-height: 800px;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
border: 1px solid #ffffff;
|
border: 1px solid #ffffff;
|
||||||
padding-right: 20px;
|
padding-right: 20px;
|
||||||
@@ -1638,8 +1639,8 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.con-audio-player {
|
.con-audio-player {
|
||||||
|
min-height: 300px;
|
||||||
padding: 50px 50px;
|
padding: 60px 50px 80px 50px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user