diff --git a/src/views/portal/qa/Answer.vue b/src/views/portal/qa/Answer.vue index e850568a..befba8f2 100644 --- a/src/views/portal/qa/Answer.vue +++ b/src/views/portal/qa/Answer.vue @@ -828,8 +828,9 @@ export default { color: #333333; } .answer-content{ - margin-top: 27px; + margin-top: 20px; display: flex; + margin-bottom: 45px; input{ flex: 1; height: 81px; @@ -986,7 +987,7 @@ export default { padding-left: 40px; .answer-text { - margin: 6px 0 15px; + margin: 6px 0 0px; line-height: 24px; white-space: pre-wrap; word-break: break-all; @@ -1007,7 +1008,7 @@ export default { } .answer-boot { - height: 35px; + // height: 35px; line-height: 35px; display: flex; justify-content: space-between; @@ -1089,7 +1090,7 @@ export default { .comment-btns { // padding: 5px 10px 10px 0px; - height: 35px; + // height: 35px; line-height: 35px; a { @@ -1123,9 +1124,9 @@ export default { } .answer-reply-box { - margin-top: 10px; + margin-top: 30px; background-color: #fff; - padding: 58px 67px; + padding: 30px 40px; } // ::v-deep .publishAnswer {