Compare commits
3 Commits
4550e9da9b
...
cfdf042eaf
| Author | SHA1 | Date |
|---|---|---|
|
|
cfdf042eaf | |
|
|
e849e01876 | |
|
|
137923bc82 |
|
|
@ -22,7 +22,7 @@ const NoticeWindow: React.FC = () => {
|
|||
message: '',
|
||||
description: <div>
|
||||
<span style={{ fontSize: '16px' }}>{noticeItem.uname}申请发言</span>
|
||||
<div style={{ display: 'flex', justifyContent: 'flex-end' }}>
|
||||
<div style={{ display: 'flex', justifyContent: 'flex-end' }} className='drag'>
|
||||
<Button
|
||||
type="primary"
|
||||
className='m-ant-btn'
|
||||
|
|
|
|||
|
|
@ -668,7 +668,6 @@ const Meeting: React.FC = () => {
|
|||
}
|
||||
return ''
|
||||
})
|
||||
|
||||
await stopScreenCapture()
|
||||
} else {
|
||||
message.success(`管理员${item.user.isRoomManager ? '设置' : '取消'}${item.user.userName}为发言人`)
|
||||
|
|
@ -693,7 +692,7 @@ const Meeting: React.FC = () => {
|
|||
message: '',
|
||||
description: <div>
|
||||
<span style={{ fontSize: '16px' }}>{item.uname}申请发言</span>
|
||||
<div style={{ display: 'flex', justifyContent: 'flex-end' }}>
|
||||
<div style={{ display: 'flex', justifyContent: 'flex-end' }} className='drag'>
|
||||
<Button
|
||||
type="primary"
|
||||
className='m-ant-btn'
|
||||
|
|
|
|||
Loading…
Reference in New Issue