This commit is contained in:
yj 2024-12-17 14:47:57 +08:00
parent 12eaca27f9
commit 3df6dc6add
1 changed files with 2 additions and 1 deletions

View File

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