yangjie #45

Merged
yangqiang merged 19 commits from yangjie into master 2024-12-18 13:52:10 +08:00
1 changed files with 2 additions and 1 deletions
Showing only changes of commit 3df6dc6add - Show all commits

View File

@ -1,6 +1,7 @@
import styles from '@/components/SharedFilesModel/index.module.scss'
import {
DeleteOutlined,
LoadingOutlined,
ProfileOutlined,
ReloadOutlined,
SearchOutlined,
@ -367,7 +368,7 @@ const SharedFilesModel = forwardRef((props: any, ref: any) => {
}).finally(() => {
storage.setItem('loading', false)
})
}} /> : null}
}} /> : <LoadingOutlined />}
{/* <FolderOutlined title='文件' style={{ color: '#FFA000', cursor: 'pointer', marginLeft: '10px' }} /> */}
</>
)} />