diff --git a/src/pages/log/index.tsx b/src/pages/log/index.tsx index 82bb631a..cab04766 100644 --- a/src/pages/log/index.tsx +++ b/src/pages/log/index.tsx @@ -120,7 +120,8 @@ const Log = () => { <> {intl.get('确认删除')} - {select} + {' '} + {select}{' '} {intl.get('文件')} {currentNode.type === 'directory' ? intl.get('夹下所有日志') : ''} diff --git a/src/pages/script/index.tsx b/src/pages/script/index.tsx index 10251b1b..da3d7749 100644 --- a/src/pages/script/index.tsx +++ b/src/pages/script/index.tsx @@ -258,7 +258,8 @@ const Script = () => { <> {intl.get('确认删除')} - {select} + {' '} + {select}{' '} {intl.get('文件')} {currentNode.type === 'directory' ? intl.get('夹及其子文件') : ''}