完善dockerfile构建镜像

This commit is contained in:
dushixiang
2020-12-24 23:21:51 +08:00
parent 348074670e
commit 72f7dd5dc6
36 changed files with 369 additions and 277 deletions

View File

@ -255,14 +255,6 @@ class OnlineSession extends Component {
return `${record.username}@${record.ip}:${record.port}`;
}
}, {
title: '屏幕大小',
dataIndex: 'screen',
key: 'screen',
render: (text, record) => {
return `${record.width}x${record.height}`;
}
}, {
title: '连接协议',
dataIndex: 'protocol',
@ -378,7 +370,7 @@ class OnlineSession extends Component {
/>
<Select
style={{width: 200}}
style={{width: 150}}
showSearch
value={this.state.queryParams.userId}
placeholder='用户昵称'
@ -390,7 +382,7 @@ class OnlineSession extends Component {
</Select>
<Select
style={{width: 200}}
style={{width: 150}}
showSearch
value={this.state.queryParams.assetId}
placeholder='资产名称'