From 09f7e7c6625c06ff038fecffea1768cdafc60702 Mon Sep 17 00:00:00 2001 From: lvyuanyuan Date: Sat, 30 Nov 2024 16:14:06 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4=E5=A4=9A=E4=BD=99=E6=B3=A8?= =?UTF-8?q?=E9=87=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- features/home/src/main/ets/view/IconView.ets | 1 - 1 file changed, 1 deletion(-) diff --git a/features/home/src/main/ets/view/IconView.ets b/features/home/src/main/ets/view/IconView.ets index 5460c36..5a529e7 100644 --- a/features/home/src/main/ets/view/IconView.ets +++ b/features/home/src/main/ets/view/IconView.ets @@ -27,7 +27,6 @@ export struct IconView { private iconList: VideoIcon[] = new IconViewModel().getIconList(); build() { - // Icon swiper. Column() { List({ space: this.getSpace(this.windowWidth, this.currentWidthBreakpoint) }) { ForEach(this.iconList, (item: VideoIcon, index: number) => { -- Gitee