From a2dd4f2f35352bd37339f21234b8754b0fa4123e Mon Sep 17 00:00:00 2001 From: shuai Date: Mon, 31 Oct 2022 14:52:56 +0800 Subject: [PATCH] fix: question list style adjustment --- ui/src/components/QuestionList/index.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/ui/src/components/QuestionList/index.tsx b/ui/src/components/QuestionList/index.tsx index 2e487a2d..c513f795 100644 --- a/ui/src/components/QuestionList/index.tsx +++ b/ui/src/components/QuestionList/index.tsx @@ -41,7 +41,7 @@ const QuestionLastUpdate = ({ q }) => { • @@ -60,7 +60,7 @@ const QuestionLastUpdate = ({ q }) => { • @@ -75,7 +75,7 @@ const QuestionLastUpdate = ({ q }) => { ); @@ -136,7 +136,7 @@ const QuestionList: FC = ({ source }) => {
- {li.vote_count} + {li.vote_count} = ({ source }) => { : 'chat-square-text-fill' } /> - {li.answer_count} + {li.answer_count} - {li.view_count} + {li.view_count}