visuddhinanda 2 лет назад
Родитель
Сommit
5307b9a879
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      dashboard/src/components/template/Video.tsx

+ 2 - 2
dashboard/src/components/template/Video.tsx

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