From 43748d7938aad23feb9c47d9db6dc4876f398fb4 Mon Sep 17 00:00:00 2001 From: liminjie10 Date: Thu, 16 Feb 2023 14:56:21 +0800 Subject: [PATCH] =?UTF-8?q?=E8=93=9D=E5=8C=BAmaster:WLAN=E5=88=97=E8=A1=A8?= =?UTF-8?q?=E4=B8=8A=E6=96=B9=E5=AD=98=E5=9C=A8=E7=A9=BA=E7=99=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: liminjie10 --- product/phone/src/main/ets/pages/wifi.ets | 1 + 1 file changed, 1 insertion(+) diff --git a/product/phone/src/main/ets/pages/wifi.ets b/product/phone/src/main/ets/pages/wifi.ets index af74d5cc..c6f1e8b8 100644 --- a/product/phone/src/main/ets/pages/wifi.ets +++ b/product/phone/src/main/ets/pages/wifi.ets @@ -277,6 +277,7 @@ struct Index { .scrollable(ScrollDirection.Vertical) .scrollBar(BarState.Off) .layoutWeight(ConfigData.LAYOUT_WEIGHT_1) + .align(Alignment.Top); } .useSizeType({ sm: { span: 4, offset: 0 },