refactor(DownloadAll): 调整按钮位置

This commit is contained in:
awalol
2025-07-15 22:10:45 +08:00
committed by awalol
parent 2da766168c
commit d122eaecf5
4 changed files with 12 additions and 8 deletions

View File

@@ -1,5 +1,6 @@
import { RiErrorWarningLine } from 'react-icons/ri';
import { SelectFile } from '../components/SelectFile';
import { DownloadAll } from '~/components/DownloadAll.tsx';
import { FileListing } from '~/features/file-listing/FileListing';
import { useAppDispatch, useAppSelector } from '~/hooks.ts';
@@ -39,6 +40,7 @@ export function MainTab() {
<div className="w-full mt-4">
<FileListing />
</div>
<DownloadAll />
</div>
</div>
);