Commit e0456a33 authored by 前端-钟卫鹏's avatar 前端-钟卫鹏

fix:处理新增商品描述区域视频大小显示问题

parent a1cb76ba
......@@ -121,7 +121,7 @@ const ProductDescFormDefualt: React.FC<{}> = (props) => {
?
videoList.map((item, index) => <div key={index} className={cx(styles.descriptBox, styles.mediaContentBox)}>
<div className={styles.divVideo}>
<video src={item} controls={true}>
<video src={item} controls={true} width={320} height={240}>
您的浏览器不支持视频标签,请及时升级。
</video>
</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