revert: ai-pick主合约标签间距恢复space:5(Vue ml-10rpx@750设计宽度等价于5vp)
This commit is contained in:
@@ -530,7 +530,7 @@ export struct AiPickNodeComponent {
|
|||||||
this.cardData.tabs[this.tabIdx].items,
|
this.cardData.tabs[this.tabIdx].items,
|
||||||
(item: PickContractItem) => {
|
(item: PickContractItem) => {
|
||||||
Row({ space: 8 }) {
|
Row({ space: 8 }) {
|
||||||
Row() {
|
Row({ space: 5 }) {
|
||||||
Text(item.name)
|
Text(item.name)
|
||||||
.fontSize(16)
|
.fontSize(16)
|
||||||
.maxFontSize(16)
|
.maxFontSize(16)
|
||||||
@@ -548,7 +548,6 @@ export struct AiPickNodeComponent {
|
|||||||
.textAlign(TextAlign.Center)
|
.textAlign(TextAlign.Center)
|
||||||
.borderRadius(2)
|
.borderRadius(2)
|
||||||
.backgroundColor($r('app.color.bg_orange'))
|
.backgroundColor($r('app.color.bg_orange'))
|
||||||
.margin({ left: 10 })
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.width('35%')
|
.width('35%')
|
||||||
|
|||||||
Reference in New Issue
Block a user