This commit is contained in:
yj 2024-08-19 13:57:59 +08:00
parent 70f15b2666
commit 21d9f35a3e
1 changed files with 1 additions and 1 deletions

View File

@ -997,7 +997,7 @@ const Meeting: React.FC = () => {
</div> : null} </div> : null}
{user.roleId === '1' ? <Popover placement="bottom" title={''} content={ {user.roleId === '1' ? <Popover placement="bottom" title={''} content={
<div className={styles.meetingContentSwiperCardPopover}> <div className={styles.meetingContentSwiperCardPopover}>
{item.isRoomManager || user.roleId === '1' ? <Button {item.isRoomManager || item.roleId === '1' ? <Button
type="primary" type="primary"
className='m-ant-btn' className='m-ant-btn'
size={'small'} size={'small'}