zengyicheng 3 년 전
부모
커밋
1f2ab0c3ae
1개의 변경된 파일4개의 추가작업 그리고 2개의 파일을 삭제
  1. 4 2
      src/components/pages/worksDetail.vue

+ 4 - 2
src/components/pages/worksDetail.vue

@@ -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 {