fix: fix text style

This commit is contained in:
fantasticit 2022-03-11 19:37:43 +08:00
parent 75a7c6952d
commit eb49ffa20b
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ export const DocumentDeletor: React.FC<IProps> = ({
const deleteAction = useCallback(() => {
Modal.error({
title: "确定删除吗?",
content: "文档删除后不可恢复!",
content: <Text></Text>,
onOk: () => {
api().then(() => {
onDelete