From eeb08a88d6f3c734c189c96080528a3776e1c8ee Mon Sep 17 00:00:00 2001 From: robin Date: Thu, 1 Dec 2022 16:20:09 +0800 Subject: [PATCH] fix(ui): fix the problem of editor spacing error --- ui/src/pages/Questions/EditAnswer/index.scss | 2 +- ui/src/pages/Questions/EditAnswer/index.tsx | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ui/src/pages/Questions/EditAnswer/index.scss b/ui/src/pages/Questions/EditAnswer/index.scss index a51e9b01..e9a156cf 100644 --- a/ui/src/pages/Questions/EditAnswer/index.scss +++ b/ui/src/pages/Questions/EditAnswer/index.scss @@ -1,5 +1,5 @@ .edit-answer-wrap { - .content-wrap { + .question-content-wrap { position: relative; margin-bottom: 20px; overflow: hidden; diff --git a/ui/src/pages/Questions/EditAnswer/index.tsx b/ui/src/pages/Questions/EditAnswer/index.tsx index 7591c74d..58524163 100644 --- a/ui/src/pages/Questions/EditAnswer/index.tsx +++ b/ui/src/pages/Questions/EditAnswer/index.tsx @@ -140,7 +140,7 @@ const Ask = () => {
{data?.question.title}
-
+
{ - + {t('form.fields.answer.label')}