From dd6e3efad4d74260f6e3de02f1a30aa50909ae88 Mon Sep 17 00:00:00 2001 From: lideqin <694785430@qq.com> Date: Thu, 11 Jan 2024 11:46:58 +0800 Subject: [PATCH] =?UTF-8?q?[update]=20=E4=BF=AE=E6=94=B9bug80154?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../questionAnswerLibrary/page/AnswerPage.vue | 133 +++++++----------- 1 file changed, 48 insertions(+), 85 deletions(-) diff --git a/src/views/businessSupport/questionAnswerLibrary/page/AnswerPage.vue b/src/views/businessSupport/questionAnswerLibrary/page/AnswerPage.vue index ee85c5fc..8de70e9b 100644 --- a/src/views/businessSupport/questionAnswerLibrary/page/AnswerPage.vue +++ b/src/views/businessSupport/questionAnswerLibrary/page/AnswerPage.vue @@ -52,35 +52,30 @@ @@ -94,17 +89,6 @@

{{ answerDesc.length }}/2000{{ $t('businessSupport.questionAnswer.word') }}

{{ $t('submit') }} - - - - - - - - - - -
@@ -392,54 +376,8 @@ export default { } } } -// 历史回答数据 -.answer-wrapper { - border-radius: 8px; - border: 1px solid #E5E6EB; - margin-bottom: 20px; - display: flex; - .left-user-info { - width: 300px; - display: flex; - flex-direction: column; - align-items: center; - justify-content: center; - background: rgb(247, 248, 250); - padding: 20px 0 5px 0; - } - .left-user-name { - margin-top: 18px; - margin-bottom: 8px; - } - .right-answer-wrapper { - width: 100%; - padding: 20px 10px 30px 10px; - box-sizing: border-box; - position: relative; - } - // 右下角的时间和按钮区域 - .right-bottom-p { - height: 20px; - text-align: right; - position: absolute; - bottom: 0; - right: 20px; - //margin-bottom: 0; - .time-span { - color: #86909C; - } - .right-bottom-p-span { - margin-left: 8px; - } - .right-bottom-p-a { - margin-left: 8px; - } - } - .top-p { - color: @primary-color; - } -} +// 标准信息-附件的文件列表 .file-box { flex: 1; width: 0; @@ -503,6 +441,16 @@ export default { font-size: 16px; color: #86909C; } + .top-p { + color: @primary-color; + margin-bottom: 0; + } + } + .answer-form-desc-div { + border-radius: 8px; + border: 1px solid #E5E6EB; + padding: 20px; + margin-top: 5px; } .answer-desc-num { text-align: right; @@ -512,5 +460,20 @@ export default { .submit-btn { margin-top: 20px; } + // 右下角的时间和按钮区域 + .operate-bottom-p { + height: 20px; + text-align: right; + margin: 5px 0 10px 0; + .time-span { + color: #86909C; + } + .operate-bottom-p-span { + margin-left: 8px; + } + .operate-bottom-p-a { + margin-left: 8px; + } + } }