|
@ -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 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' }}> |
|
|
<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} |
|
|
operationState={operationState} changeSelectState={changeSelectState} |
|
|
histroyTime={histroyTime} |
|
|
histroyTime={histroyTime} |
|
|
setoperationState={setoperationState} name={name} |
|
|
setoperationState={setoperationState} name={name} |
|
@ -578,7 +578,7 @@ const VideoPlay = ({ dispatch, actions, |
|
|
showTime_={showTime_} |
|
|
showTime_={showTime_} |
|
|
setShowTime={setShowTime} |
|
|
setShowTime={setShowTime} |
|
|
setShowTimeSelect={setShowTimeSelect} |
|
|
setShowTimeSelect={setShowTimeSelect} |
|
|
/> |
|
|
/> */} |
|
|
{/* 视频内容 */} |
|
|
{/* 视频内容 */} |
|
|
{ |
|
|
{ |
|
|
// <iframe |
|
|
// <iframe |
|
|