From ddf55f055e63e977dcd20cc460124afaf8bb59c0 Mon Sep 17 00:00:00 2001 From: "OWNEROR-41FNVD0\\lenovo" Date: Thu, 29 May 2025 18:56:45 +0800 Subject: [PATCH] =?UTF-8?q?feat=20(=E6=A0=87=E8=AF=86):=20=E4=BF=AE?= =?UTF-8?q?=E6=94=B9=20multi-ticket-class=20=E4=BB=93=E5=BA=93=E6=A0=87?= =?UTF-8?q?=E8=AF=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- entry/src/main/ets/pages/DoubleTabAdaptiveCenteringIndex.ets | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/entry/src/main/ets/pages/DoubleTabAdaptiveCenteringIndex.ets b/entry/src/main/ets/pages/DoubleTabAdaptiveCenteringIndex.ets index e2aa7f2..26b3abe 100644 --- a/entry/src/main/ets/pages/DoubleTabAdaptiveCenteringIndex.ets +++ b/entry/src/main/ets/pages/DoubleTabAdaptiveCenteringIndex.ets @@ -117,8 +117,8 @@ export struct DoubleTabAdaptiveCenteringIndex { .visibility(this.breakPoint === CommonConstants.BREAK_POINT_LG ? Visibility.Hidden : Visibility.Visible) // [EndExclude double_tab_adaptive_centering_index] } - .width(CommonConstants.FULL_WIDTH_PERCENT) // [StartExclude double_tab_adaptive_centering_index] + .width(CommonConstants.FULL_WIDTH_PERCENT) .height($r('app.float.height_56')) // [EndExclude double_tab_adaptive_centering_index] // [End double_tab_adaptive_centering_index] -- Gitee