Merge pull request 'yangjie' (#30) from yangjie into master
Reviewed-on: #30
This commit is contained in:
commit
cfdf042eaf
|
|
@ -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