|
@@ -903,6 +903,8 @@ export default {
|
|
|
}
|
|
|
.comment {
|
|
|
margin: 20px 0 0 10px;
|
|
|
+ overflow: auto;
|
|
|
+ height: 400px;
|
|
|
}
|
|
|
.comment > .comment_title {
|
|
|
font-size: 18px;
|
|
@@ -934,7 +936,7 @@ export default {
|
|
|
margin-top: 3px;
|
|
|
}
|
|
|
.otherAnswer {
|
|
|
- width: 260px;
|
|
|
+ width: 210px;
|
|
|
word-wrap: break-word;
|
|
|
word-break: break-all;
|
|
|
overflow: hidden;
|
|
@@ -1079,7 +1081,7 @@ export default {
|
|
|
|
|
|
.right {
|
|
|
width: 40%;
|
|
|
- height: 500px;
|
|
|
+ height: 450px;
|
|
|
}
|
|
|
|
|
|
.courseTitle {
|