Commit 5d4e5e1f authored by zhengke's avatar zhengke

修改

parent 836eea71
...@@ -2057,7 +2057,7 @@ ...@@ -2057,7 +2057,7 @@
.courseInfo { .courseInfo {
width: 100%; width: 100%;
height: 560px; height: 100%;
border: 1px solid #EBEEF5; border: 1px solid #EBEEF5;
} }
...@@ -2065,6 +2065,7 @@ ...@@ -2065,6 +2065,7 @@
width: 100%; width: 100%;
height: 60px; height: 60px;
display: flex; display: flex;
padding-right:4px;
} }
.courseHeader>div { .courseHeader>div {
...@@ -2083,6 +2084,7 @@ ...@@ -2083,6 +2084,7 @@
.courseContent { .courseContent {
width: 100%; width: 100%;
height: 500px; height: 500px;
overflow-y:scroll;
} }
.courseList { .courseList {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment