This commit is contained in:
parent
f0c14f31e1
commit
e7ecb901eb
Binary file not shown.
|
Before Width: | Height: | Size: 14 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 372 KiB |
|
|
@ -1435,7 +1435,7 @@ const Meeting: React.FC = () => {
|
|||
<div className={`${styles.meetingContentSwiperCard} ${setMeetingContentSwiperCardClass()} ${setMeetingContentSwiperCardFullScreenClass()}`}>
|
||||
<div className={`${styles.meetingContentSwiperCardVdeio}`} id='video-source-camera-primary'>
|
||||
{<div className={styles.meetingContentSwiperCardVdeioLoading}>
|
||||
<Avatar name={currentLookUserAccount.userName} />
|
||||
<img src={ImageUrl.loading} alt="" />
|
||||
</div>}
|
||||
</div>
|
||||
{meetingContentUser(currentLookUserAccount, true)}
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
import error from '@/assets/error.png'
|
||||
import loading from '@/assets/loading.gif'
|
||||
import icon from '@/assets/icon.png'
|
||||
import icon1 from '@/assets/icon1.png'
|
||||
import icon2 from '@/assets/icon2.png'
|
||||
|
|
@ -71,7 +71,7 @@ import icon47Active from '@/assets/icon47-active.png'
|
|||
import icon48 from '@/assets/icon48.png'
|
||||
import icon48Select from '@/assets/icon48-select.png'
|
||||
export default {
|
||||
error,
|
||||
loading,
|
||||
icon,
|
||||
icon1,
|
||||
icon2,
|
||||
|
|
|
|||
Loading…
Reference in New Issue