邀请按钮优化
This commit is contained in:
parent
33db09c023
commit
aa57e2840b
|
|
@ -683,8 +683,8 @@ const Meeting: React.FC = () => {
|
|||
}
|
||||
)}
|
||||
</div>
|
||||
<div className={`${styles.meetingUserListFooter} drag`} onClick={() => invitingPersonnelRef.current.changeInvitingPersonnelModal()}>
|
||||
<div>邀请</div>
|
||||
<div className={`${styles.meetingUserListFooter} drag`}>
|
||||
<div onClick={() => invitingPersonnelRef.current.changeInvitingPersonnelModal()}>邀请</div>
|
||||
<div onClick={() => postOpenMicr(false, true)}>全员静音</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Reference in New Issue