Explorar o código

Merge pull request #1958 from visuddhinanda/agile

默认容器4:3
visuddhinanda %!s(int64=2) %!d(string=hai) anos
pai
achega
743124607a
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  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 = () => {
   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>
     );
     );