邀请按钮优化

This commit is contained in:
yj 2024-07-22 14:38:38 +08:00
parent 33db09c023
commit aa57e2840b
1 changed files with 2 additions and 2 deletions

View File

@ -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>