From 9e0bb9734563e77f0cdbd6e6abf15f33ec9730f4 Mon Sep 17 00:00:00 2001 From: lishenfeng Date: Fri, 6 Jun 2025 18:22:12 +0800 Subject: [PATCH] =?UTF-8?q?fix():=20=E4=BF=AE=E6=94=B9=E6=92=AD=E6=94=BE?= =?UTF-8?q?=E5=99=A8=E6=8E=A7=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/Home/components/VideoCom/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/Home/components/VideoCom/index.js b/src/views/Home/components/VideoCom/index.js index 2c89d1b..28bd60a 100644 --- a/src/views/Home/components/VideoCom/index.js +++ b/src/views/Home/components/VideoCom/index.js @@ -38,7 +38,7 @@ const useStyles = makeStyles((theme) => ({ }, controls1: { position: 'absolute', - top: '85%', + top: '88%', left: '50%', transform: 'translate(-50%, -50%)', padding: theme.spacing(2),