yangjie #45
|
|
@ -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' }} /> */}
|
||||||
</>
|
</>
|
||||||
)} />
|
)} />
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue