|
@@ -114,7 +114,7 @@ export const VideoCtl = ({
|
|
|
|
|
|
|
|
const VideoCard = () => {
|
|
const VideoCard = () => {
|
|
|
return (
|
|
return (
|
|
|
- <Card title={title} bodyStyle={{ width: 550, height: 400 }}>
|
|
|
|
|
|
|
+ <Card title={title} bodyStyle={{ width: 550, height: 420 }}>
|
|
|
<Video src={url} />
|
|
<Video src={url} />
|
|
|
</Card>
|
|
</Card>
|
|
|
);
|
|
);
|
|
@@ -122,7 +122,7 @@ export const VideoCtl = ({
|
|
|
|
|
|
|
|
const VideoWindow = () => {
|
|
const VideoWindow = () => {
|
|
|
return (
|
|
return (
|
|
|
- <div style={{ width: 550, height: 320 }}>
|
|
|
|
|
|
|
+ <div style={{ width: 550, height: 420 }}>
|
|
|
<Video src={url} />
|
|
<Video src={url} />
|
|
|
</div>
|
|
</div>
|
|
|
);
|
|
);
|