From df7757a0b7b7b38ec23f1d9cbe982af1d6836065 Mon Sep 17 00:00:00 2001 From: fantasticit Date: Wed, 18 May 2022 16:09:22 +0800 Subject: [PATCH] client: update DocumentCardPlaceholder --- .../src/components/document/card/index.tsx | 54 ++++++++++--------- 1 file changed, 28 insertions(+), 26 deletions(-) diff --git a/packages/client/src/components/document/card/index.tsx b/packages/client/src/components/document/card/index.tsx index ebc5f45d..9686adbc 100644 --- a/packages/client/src/components/document/card/index.tsx +++ b/packages/client/src/components/document/card/index.tsx @@ -82,33 +82,35 @@ export const DocumentCard: React.FC<{ document: IDocument }> = ({ document }) => export const DocumentCardPlaceholder = () => { return (
-
- -
-
-
- -
-
- - - - - - 创建者: - - - -
-
- +
+ + + + + + 创建者: + + + +
+ + +
); };