Browse Source

ceshi

dev_trial
wenlele 2 years ago
parent
commit
9c84c31d76
  1. 2
      code/VideoAccess-VCMP/web/client/src/components/textScroll.jsx
  2. 4
      code/VideoAccess-VCMP/web/client/src/components/videoPlayer/videoPlay.jsx

2
code/VideoAccess-VCMP/web/client/src/components/textScroll.jsx

@ -79,7 +79,7 @@ function TextScroll (props) {
cancel.current = text
}
// window.requestAnimationFrame(scroll)
window.requestAnimationFrame(scroll)
console.log(44444);
}
}

4
code/VideoAccess-VCMP/web/client/src/components/videoPlayer/videoPlay.jsx

@ -560,7 +560,7 @@ const VideoPlay = ({ dispatch, actions,
<>
<div className='vcmp_videoplay' style={{ width: size?.parentWidth || '100%', height: size?.parentHeight || '100%', backgroundColor: 'black', overflow: 'hidden', display: 'flex', alignItems: 'center', justifyContent: 'center', }}>
<div id={"vcmp_videoplay" + videoObj.id} className="vcmp_video" style={{ position: 'relative', height: size?.height || '100%', width: size?.width || '100%', minWidth: 240, minHeight: 135, overflow: 'hidden' }}>
<VideoHeader
{/* <VideoHeader
operationState={operationState} changeSelectState={changeSelectState}
histroyTime={histroyTime}
setoperationState={setoperationState} name={name}
@ -578,7 +578,7 @@ const VideoPlay = ({ dispatch, actions,
showTime_={showTime_}
setShowTime={setShowTime}
setShowTimeSelect={setShowTimeSelect}
/>
/> */}
{/* 视频内容 */}
{
// <iframe

Loading…
Cancel
Save