|
|
@ -421,7 +421,7 @@ const VideoScreen = ({ treeData, filterGroup, videoPlay, template, headerName, s |
|
|
|
<Form.Input label={<span style={{ marginRight: -14, display: 'inline-block' }}>设备搜索:</span>} field="name" maxLength="36" placeholder="请输入设备名称" labelPosition="left" style={{ width: 125, color: "#fff", }} /> |
|
|
|
{filterGroup?.map(v => { |
|
|
|
return <Form.Select |
|
|
|
label={<span style={{ marginRight: -14, display: 'inline-block' }} title={v.name}>我的...:</span>} |
|
|
|
label={<span style={{ marginRight: -14, display: 'inline-block' }} title={v.name}>{`${v.name.substr(0,2)}...:`}</span>} |
|
|
|
labelPosition="left" |
|
|
|
field={"field" + v.num} |
|
|
|
style={{ width: 75, color: "#fff", background: "#01185f", boxShadow: " inset 0px 0px 5px 1px rgba(28, 96, 254, 0.4)" }} |
|
|
|