From 5714291d5bdd9c1fbab5280149a044a3a6c92534 Mon Sep 17 00:00:00 2001 From: clz Date: Tue, 28 Jul 2026 11:26:52 +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 --- src/main/ets/ai-pick/AiPickNodeComponent.ets | 1 - 1 file changed, 1 deletion(-) diff --git a/src/main/ets/ai-pick/AiPickNodeComponent.ets b/src/main/ets/ai-pick/AiPickNodeComponent.ets index 4c914b3..d727389 100644 --- a/src/main/ets/ai-pick/AiPickNodeComponent.ets +++ b/src/main/ets/ai-pick/AiPickNodeComponent.ets @@ -649,7 +649,6 @@ export struct AiPickNodeComponent { .maxFontSize(16) .minFontSize(9) .fontColor($r('app.color.elements_text_primary_02')) - .layoutWeight(1) .maxLines(1) .textOverflow({ overflow: TextOverflow.Ellipsis }) if (item.isMain) {