Showing
1 changed file
with
5 additions
and
5 deletions
| @@ -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 |
-
Please register or login to post a comment