- 增加资源备注功能

- 修改全部弹窗居中显示
This commit is contained in:
dushixiang
2021-02-09 15:28:58 +08:00
parent 552b91619f
commit 4085677c5a
15 changed files with 29 additions and 6 deletions

View File

@ -479,10 +479,9 @@ class OfflineSession extends Component {
<Modal
className='monitor'
title="会话回放"
centered
centered={true}
visible={this.state.playbackVisible}
onCancel={this.hidePlayback}
width={window.innerWidth * 0.8}
footer={null}
destroyOnClose