优化样式
This commit is contained in:
parent
b65cd93602
commit
98a15550c0
|
|
@ -845,8 +845,6 @@ const Meeting: React.FC = () => {
|
|||
userChatList: false,
|
||||
userVideo: false,
|
||||
})
|
||||
storage.setItem('noViewChatList', 0)
|
||||
setNoViewChatList(0)
|
||||
break;
|
||||
case '聊天':
|
||||
setStatusList({
|
||||
|
|
@ -1405,7 +1403,7 @@ const Meeting: React.FC = () => {
|
|||
<div className={styles.meetingContentBody}>
|
||||
<div className={`${styles.meetingContentBodyLeft} drag`}>
|
||||
{isAdmin && currentLookUserAccount ? getSettingIcon() : null}
|
||||
<div className={getMeetingContentBodyLeftModeClass()} id='videoView'>
|
||||
<div className={getMeetingContentBodyLeftModeClass()} id='videoView' style={meetingMode === 'SpeakerMode' && isVideoFullScreen ? {width: '0'} : {}}>
|
||||
{roomUserList.map((item: any, index: number) => {
|
||||
return (index <= 19 && item.isRoom && item.isAdmin ? <div
|
||||
id={item.uid}
|
||||
|
|
|
|||
Loading…
Reference in New Issue