From d25d18d0292df86a27570c3c3c885a8d100f072d Mon Sep 17 00:00:00 2001 From: clz Date: Tue, 28 Jul 2026 11:26:53 +0800 Subject: [PATCH] =?UTF-8?q?fix(ai-pick):=20=E5=90=88=E7=BA=A6=E5=90=8D?= =?UTF-8?q?=E7=A7=B0=E5=8E=BB=E6=8E=89layoutWeight,=E5=AF=B9=E9=BD=90Vue?= =?UTF-8?q?=E8=87=AA=E7=84=B6=E5=AE=BD=E5=BA=A6=E7=AD=96=E7=95=A5,?= =?UTF-8?q?=E8=AE=A9=E4=B8=BB=E6=A0=87=E7=AD=BE=E7=B4=A7=E8=B7=9F=E5=90=8D?= =?UTF-8?q?=E7=A7=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- entry/src/main/ets/ai-pick/AiPickNodeComponent.ets | 1 - 1 file changed, 1 deletion(-) diff --git a/entry/src/main/ets/ai-pick/AiPickNodeComponent.ets b/entry/src/main/ets/ai-pick/AiPickNodeComponent.ets index 99e5260..efd2495 100644 --- a/entry/src/main/ets/ai-pick/AiPickNodeComponent.ets +++ b/entry/src/main/ets/ai-pick/AiPickNodeComponent.ets @@ -536,7 +536,6 @@ export struct AiPickNodeComponent { .maxFontSize(16) .minFontSize(9) .fontColor($r('app.color.text_primary')) - .layoutWeight(1) .maxLines(1) .textOverflow({ overflow: TextOverflow.Ellipsis }) if (item.isMain) {