From 6b2f191d4946e281612a1eb250cff4b9897ca09a Mon Sep 17 00:00:00 2001 From: shuai Date: Tue, 25 Apr 2023 14:18:44 +0800 Subject: [PATCH 1/2] fix: tags sort btn style adjustment --- ui/src/pages/Tags/index.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ui/src/pages/Tags/index.tsx b/ui/src/pages/Tags/index.tsx index b8779364..b0e5b361 100644 --- a/ui/src/pages/Tags/index.tsx +++ b/ui/src/pages/Tags/index.tsx @@ -64,8 +64,8 @@ const Tags = () => {

{t('title')}

-
- +
+
Date: Tue, 25 Apr 2023 14:29:30 +0800 Subject: [PATCH 2/2] fix(Question): add ImgViewer for answer --- .../Questions/Detail/components/Answer/index.tsx | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/ui/src/pages/Questions/Detail/components/Answer/index.tsx b/ui/src/pages/Questions/Detail/components/Answer/index.tsx index 89be1784..8aa1d82c 100644 --- a/ui/src/pages/Questions/Detail/components/Answer/index.tsx +++ b/ui/src/pages/Questions/Detail/components/Answer/index.tsx @@ -11,6 +11,7 @@ import { Comment, FormatTime, htmlRender, + ImgViewer, } from '@/components'; import { scrollToElementTop, bgFadeOut } from '@/utils'; import { AnswerItem } from '@/common/interface'; @@ -84,10 +85,12 @@ const Index: FC = ({
)} -
+ +
+