陈剑华

feat: 0530紧急ui bug

... ... @@ -234,6 +234,7 @@ struct CreatorItem {
.width(140)
.margin({bottom: 8})
.height(42)
.lineHeight(21)
}
}
.width(156)
... ...
... ... @@ -131,6 +131,7 @@ export struct HorizontalStrokeCardThreeTwoRadioForMoreComponent {
.width(150)
.lineHeight(19)
.height(42)
.lineHeight(21)
}
.padding({ right: 16 })
// .offset({x:16})
... ...
... ... @@ -153,6 +153,7 @@ export struct LiveHorizontalCardComponent {
.margin({ top: 8 })
.width(this.compDTO.operDataList.length == 2 ? 210 : 150)
.height(42)
.lineHeight(21)
}
.padding({ right: 16 })
.onClick(() => {
... ...