张善主

fix(17966):UI还原问题-【uat】进入直播预告页,已预约按钮残影,看图

... ... @@ -122,11 +122,11 @@ export struct LiveBigImage01Component {
.margin({
right: '10vp'
})
.textShadow({
radius: 2,
color: 'rgba(0,0,0,0.3)',
offsetY: 2
})
// .textShadow({
// radius: 2,
// color: 'rgba(0,0,0,0.3)',
// offsetY: 2
// })
.backgroundColor(!this.isReserved() ? $r('app.color.color_ED2800') : $r('app.color.color_F5F5F5'))
.borderRadius(3)
... ...