Browse Source

Merge branch 'dev_trial' of https://gitea.anxinyun.cn/free-sun/FS-IOT into dev_trial

release_1.3.0
巴林闲侠 3 years ago
parent
commit
be673dc6b1
  1. 2
      code/VideoAccess-VCMP/web/client/src/sections/openness/components/videoScreen.jsx

2
code/VideoAccess-VCMP/web/client/src/sections/openness/components/videoScreen.jsx

@ -623,7 +623,7 @@ const VideoScreen = ({ treeData, filterGroup, videoPlay, template, headerName, s
if (v.value == '背投') document.getElementById('rearProjection').requestFullscreen()
}} />
</Popover>
<div style={{ width: 32, marginLeft: 16 }}>{v.value}</div>
<div style={{ width: 32, marginLeft: 16,color: mould('#D9D9D9', '#615E5E', '#D9D9D9'), }}>{v.value}</div>
</div>
})}
</div>

Loading…
Cancel
Save