diff --git a/src/assets/styles/qaLabel.scss b/src/assets/styles/qaLabel.scss index c443ac6f..9da27fe2 100644 --- a/src/assets/styles/qaLabel.scss +++ b/src/assets/styles/qaLabel.scss @@ -3,8 +3,11 @@ font-size: 16px; } .qa-solve{ - color:#08A890; + color:#387df7; + margin-left: -10px; } .qa-unSolve{ color:#333; + margin-left: -10px; + } \ No newline at end of file diff --git a/src/views/portal/qa/Answer.vue b/src/views/portal/qa/Answer.vue index 23785072..6a824005 100644 --- a/src/views/portal/qa/Answer.vue +++ b/src/views/portal/qa/Answer.vue @@ -18,7 +18,7 @@
- + {{ detailData.isResolve === true ? '【已解决】' : detailData.isResolve === false ? '【待解决】' : '' }} {{ detailData.title }} @@ -831,8 +831,9 @@ export default { color: #333333; } .answer-content{ - margin-top: 27px; + margin-top: 20px; display: flex; + margin-bottom: 45px; input{ flex: 1; height: 81px; @@ -1018,7 +1019,7 @@ export default { } .answer-boot { - height: 35px; + // height: 35px; line-height: 35px; display: flex; justify-content: space-between; @@ -1100,7 +1101,7 @@ export default { .comment-btns { // padding: 5px 10px 10px 0px; - height: 35px; + // height: 35px; line-height: 35px; a { @@ -1134,9 +1135,9 @@ export default { } .answer-reply-box { - margin-top: 10px; + margin-top: 30px; background-color: #fff; - padding: 58px 67px; + padding: 30px 40px; } // ::v-deep .publishAnswer { diff --git a/src/views/portal/qa/Index.vue b/src/views/portal/qa/Index.vue index 09c8ef85..597bbf16 100644 --- a/src/views/portal/qa/Index.vue +++ b/src/views/portal/qa/Index.vue @@ -7,7 +7,7 @@
-
+
@@ -36,8 +36,8 @@
- 【待解决】 - 【已解决】 + 【待解决】 + 【已解决】