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

This commit is contained in:
clz
2026-07-28 11:24:05 +08:00
parent b2b203920f
commit 3dc83c4a3f
+1 -2
View File
@@ -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%')