From d36b9550dcc2e6c8e4af6380f3269edd1648ee59 Mon Sep 17 00:00:00 2001 From: huanghun <1101774489@qq.com> Date: Fri, 5 May 2023 00:20:16 +0800 Subject: [PATCH] =?UTF-8?q?fix(bug#756):=20=E4=BF=AE=E5=A4=8Dweb=E9=A1=B9?= =?UTF-8?q?=E7=9B=AE=E5=9C=A8=E6=9A=97=E8=89=B2=E4=B8=BB=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pkg/web/src/components/common/Card.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/web/src/components/common/Card.tsx b/pkg/web/src/components/common/Card.tsx index 62852bef2..26c3d424f 100644 --- a/pkg/web/src/components/common/Card.tsx +++ b/pkg/web/src/components/common/Card.tsx @@ -13,7 +13,7 @@ export const Card = ({ style?: React.CSSProperties; className?: string; }) => ( -
+
{title} {operations}