Browse Source

颜色

release_1.3.0
wenlele 3 years ago
parent
commit
a60cf9bbae
  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