This commit is contained in:
parent
035acdcbea
commit
c1fa7762c6
|
|
@ -379,7 +379,7 @@ const Meeting: React.FC = () => {
|
||||||
api.open({
|
api.open({
|
||||||
message: '',
|
message: '',
|
||||||
description: <div>
|
description: <div>
|
||||||
<span style={{ fontSize: '16px' }}>哈哈哈</span>
|
<span style={{ fontSize: '16px' }}>{item.uname}申请发言</span>
|
||||||
<div style={{ display: 'flex', justifyContent: 'flex-end' }}>
|
<div style={{ display: 'flex', justifyContent: 'flex-end' }}>
|
||||||
<Button
|
<Button
|
||||||
type="primary"
|
type="primary"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue