refactor: 文件管理,重命名,下载,滚动查询

This commit is contained in:
秋帆
2024-04-17 21:38:36 +08:00
parent 66c4526aac
commit e316972476
5 changed files with 95 additions and 33 deletions

View File

@@ -91,7 +91,7 @@ const handleRightMenuClick = (mode: string, item: FileItem) => {
.file-grid {
flex: 1;
margin-top: 12px;
overflow: scroll;
// overflow: scroll;
background: var(--color-bg-2);
}