From 6fbdf3150da1f514628da98e283e98b9424875a3 Mon Sep 17 00:00:00 2001 From: clz Date: Tue, 28 Jul 2026 11:24:06 +0800 Subject: [PATCH] =?UTF-8?q?revert:=20ai-pick=E4=B8=BB=E5=90=88=E7=BA=A6?= =?UTF-8?q?=E6=A0=87=E7=AD=BE=E9=97=B4=E8=B7=9D=E6=81=A2=E5=A4=8Dspace:5?= =?UTF-8?q?=EF=BC=88Vue=20ml-10rpx@750=E8=AE=BE=E8=AE=A1=E5=AE=BD=E5=BA=A6?= =?UTF-8?q?=E7=AD=89=E4=BB=B7=E4=BA=8E5vp=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- entry/src/main/ets/ai-pick/AiPickNodeComponent.ets | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/entry/src/main/ets/ai-pick/AiPickNodeComponent.ets b/entry/src/main/ets/ai-pick/AiPickNodeComponent.ets index 8ba58c2..99e5260 100644 --- a/entry/src/main/ets/ai-pick/AiPickNodeComponent.ets +++ b/entry/src/main/ets/ai-pick/AiPickNodeComponent.ets @@ -530,7 +530,7 @@ export struct AiPickNodeComponent { this.cardData.tabs[this.tabIdx].items, (item: PickContractItem) => { Row({ space: 8 }) { - Row() { + Row({ space: 5 }) { Text(item.name) .fontSize(16) .maxFontSize(16) @@ -548,7 +548,6 @@ export struct AiPickNodeComponent { .textAlign(TextAlign.Center) .borderRadius(2) .backgroundColor($r('app.color.bg_orange')) - .margin({ left: 10 }) } } .width('35%')