From c8e9f8cc7a3adcd9fdcf589393111bb980d1e1ce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=A6=BA=E7=8B=A8?= <18119604035@163.com> Date: Tue, 30 May 2023 17:26:14 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A7=86=E9=A2=91=E6=92=AD=E6=94=BE=E5=B0=81?= =?UTF-8?q?=E9=9D=A2=E5=AE=BD=E9=AB=98=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/index.scss | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/src/index.scss b/src/index.scss index a2ac0e1..b7dfcf8 100644 --- a/src/index.scss +++ b/src/index.scss @@ -291,9 +291,13 @@ h1 { } #meedu-player-container { + position: absolute; + top: 0; + left: 0; + right: 0; + bottom: 0; width: 100%; - height: auto; - position: relative; + height: 100%; } .ant-tree-switcher {