Quellcode durchsuchen

默认容器4:3

visuddhinanda vor 2 Jahren
Ursprung
Commit
5307b9a879
1 geänderte Dateien mit 2 neuen und 2 gelöschten Zeilen
  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>
     );