From fe97dde620220921413946d0330c0735bb63f0b8 Mon Sep 17 00:00:00 2001 From: xujiang Date: Mon, 4 Jan 2021 15:07:22 +0800 Subject: [PATCH] =?UTF-8?q?:bug:=20=E4=BF=AE=E5=A4=8DlongText=E6=8A=A5?= =?UTF-8?q?=E9=94=99=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/BasicShop/BasicComponents/LongText/index.tsx | 1 - src/components/BasicShop/BasicComponents/Text/index.tsx | 4 +--- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/src/components/BasicShop/BasicComponents/LongText/index.tsx b/src/components/BasicShop/BasicComponents/LongText/index.tsx index 3d17a69..7dc1b94 100644 --- a/src/components/BasicShop/BasicComponents/LongText/index.tsx +++ b/src/components/BasicShop/BasicComponents/LongText/index.tsx @@ -22,7 +22,6 @@ const LongText = memo((props: ILongTextConfig & { isTpl: boolean }) => { ) : (
{
) : ( -
- {text} -
+
{text}
)} );