This commit is contained in:
parent
12eaca27f9
commit
3df6dc6add
|
|
@ -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' }} /> */}
|
||||
</>
|
||||
)} />
|
||||
|
|
|
|||
Loading…
Reference in New Issue