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 (
-
- -
-
-
- -
-
- - - - - - 创建者: - - - -
-
- +
+ + + + + + 创建者: + + + +
+ + +
); };