张善主

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

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