From 608ffca139ca44140663ae7dfddbed77b1d95d6d Mon Sep 17 00:00:00 2001 From: wangzhongjie Date: Thu, 26 Jun 2025 18:05:17 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=8E=BB=E6=8E=89=E4=B8=80=E4=BA=9B?= =?UTF-8?q?=E4=B8=9C=E8=A5=BF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- entry/src/main/ets/pages/VideoConfig.ets | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/entry/src/main/ets/pages/VideoConfig.ets b/entry/src/main/ets/pages/VideoConfig.ets index 02ffc28..088a7cb 100644 --- a/entry/src/main/ets/pages/VideoConfig.ets +++ b/entry/src/main/ets/pages/VideoConfig.ets @@ -117,10 +117,7 @@ struct VideoConfigPage { .controls(this.showControls) .width("100%") .height("100%") - }.width("50%").height("50%").border({ - color: "red", - width: 1 - }).padding(20) + }.width("50%").height("50%").padding(20) }) }.width("70%").height("100%").padding(40)