diff --git a/packages/client/src/components/wiki/documents-share/index.module.scss b/packages/client/src/components/wiki/documents-share/index.module.scss index 23ce30f6..84d79729 100644 --- a/packages/client/src/components/wiki/documents-share/index.module.scss +++ b/packages/client/src/components/wiki/documents-share/index.module.scss @@ -51,6 +51,8 @@ } .transferWrap { + margin-top: 16px; width: 100%; + height: calc(100vh - 268px); overflow: auto; } diff --git a/packages/client/src/components/wiki/documents-share/index.tsx b/packages/client/src/components/wiki/documents-share/index.tsx index fc991cf7..83e5516c 100644 --- a/packages/client/src/components/wiki/documents-share/index.tsx +++ b/packages/client/src/components/wiki/documents-share/index.tsx @@ -82,12 +82,11 @@ export const WikiDocumentsShare: React.FC = ({ wikiId }) => { type="info" icon={null} closeIcon={null} - title={隐私管理} description={在下方进行选择以公开(或取消)文档} />
= ({ wikiId }) => { type="info" icon={null} closeIcon={null} - title={目录管理} description={在下方进行拖拽以重新整理目录结构} style={{ marginBottom: 16 }} />