From 0fd4ac68f1fcca83b72741b3fcdc4359d4fa622b Mon Sep 17 00:00:00 2001 From: "DESKTOP-9FJNTIC\\gyb" <121287102@qq.com> Date: Tue, 3 Jun 2025 12:16:32 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8E=BB=E6=8E=89pad=E4=B8=8B=E5=8F=B3?= =?UTF-8?q?=E9=9D=A2=E6=98=BE=E7=A4=BA=E7=9A=84=E8=8F=9C=E5=8D=95=E5=88=97?= =?UTF-8?q?=E8=A1=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- entry/src/main/ets/pages/VideoPlay.ets | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/entry/src/main/ets/pages/VideoPlay.ets b/entry/src/main/ets/pages/VideoPlay.ets index c587f60..bad3890 100644 --- a/entry/src/main/ets/pages/VideoPlay.ets +++ b/entry/src/main/ets/pages/VideoPlay.ets @@ -450,7 +450,7 @@ export struct PlayVideo { strokeWidth: 0.3, color: $r('sys.color.icon_fourth') }) - .showSideBar(this.curBp === 'lg' ? true : false) + .showSideBar(false) .sideBarPosition(SideBarPosition.End) .sideBarWidth(320) .minSideBarWidth(320) -- Gitee