From 3dc83c4a3f7fb2dcc5165abf5937ad8d151316c5 Mon Sep 17 00:00:00 2001 From: clz Date: Tue, 28 Jul 2026 11:24:05 +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 --- src/main/ets/ai-pick/AiPickNodeComponent.ets | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/main/ets/ai-pick/AiPickNodeComponent.ets b/src/main/ets/ai-pick/AiPickNodeComponent.ets index 6766294..4c914b3 100644 --- a/src/main/ets/ai-pick/AiPickNodeComponent.ets +++ b/src/main/ets/ai-pick/AiPickNodeComponent.ets @@ -643,7 +643,7 @@ export struct AiPickNodeComponent { @Builder buildContractRow(item: PickContractItem) { Row({ space: 8 }) { - Row() { + Row({ space: 5 }) { Text(item.name) .fontSize(16) .maxFontSize(16) @@ -661,7 +661,6 @@ export struct AiPickNodeComponent { .textAlign(TextAlign.Center) .borderRadius(2) .backgroundColor($r('app.color.elements_button_bg_tertiary')) - .margin({ left: 10 }) } } .width('35%')