Commit 8e582cf6 authored by 刘梦焕's avatar 刘梦焕

fix: 萤石协议视频配置宽高/单个视频

parent 98a8fa1d
......@@ -45,7 +45,10 @@ const VideoSliderModal = (props) => {
<div className={styles['swiper-wrap']} key={index}>
<div className={styles['swiper-title']}>{item.name}</div>
<div className={styles['swiper-content']}>
<VmsVideo VideoInfo={item} JessibucaObj={JessibucaObj} />
<VmsVideo
VideoInfo={{ ...item, width: modalInfo?.width ?? 1000, height: 500 }}
JessibucaObj={JessibucaObj}
/>
</div>
</div>
))
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment