From 1d26b459a2b551ec364530f7717fa58d6e1b15ee Mon Sep 17 00:00:00 2001 From: lmj <3407000732@qq.com> Date: Thu, 13 Oct 2022 17:06:36 +0800 Subject: [PATCH] =?UTF-8?q?copy=E9=97=AE=E7=AD=94?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/assets/styles/qaLabel.scss | 5 ++++- src/views/portal/qa/Answer.vue | 13 +++++++------ src/views/portal/qa/Index.vue | 6 +++--- 3 files changed, 14 insertions(+), 10 deletions(-) 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 @@
- 【待解决】 - 【已解决】 + 【待解决】 + 【已解决】