revert: ai-pick主合约标签间距恢复space:5(Vue ml-10rpx@750设计宽度等价于5vp)

This commit is contained in:
clz
2026-07-28 11:24:06 +08:00
parent 32d066db69
commit 6fbdf3150d
@@ -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%')