From 1ae90a0eea8686fd37f8de2eaddff5ea25a4dc41 Mon Sep 17 00:00:00 2001 From: fen Date: Fri, 14 Oct 2022 10:50:24 +0800 Subject: [PATCH] fix: font size style --- ui/src/pages/Questions/Detail/components/Question/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/src/pages/Questions/Detail/components/Question/index.tsx b/ui/src/pages/Questions/Detail/components/Question/index.tsx index 333c80d8..2f21865e 100644 --- a/ui/src/pages/Questions/Detail/components/Question/index.tsx +++ b/ui/src/pages/Questions/Detail/components/Question/index.tsx @@ -57,7 +57,7 @@ const Index: FC = ({ data, initPage, hasAnswer }) => { } return (
-

+

{data.title} {data.status === 2