Showing
3 changed files
with
3 additions
and
3 deletions
| @@ -124,7 +124,7 @@ export struct Card6Component { | @@ -124,7 +124,7 @@ export struct Card6Component { | ||
| 124 | .borderRadius(5) | 124 | .borderRadius(5) |
| 125 | .aspectRatio(this.contentDTO.appStyle === CompStyle.Card_13 ? 3 / 2 : 3 / 4) | 125 | .aspectRatio(this.contentDTO.appStyle === CompStyle.Card_13 ? 3 / 2 : 3 / 4) |
| 126 | .height(this.contentDTO.appStyle === CompStyle.Card_13 ? 78 : 156) | 126 | .height(this.contentDTO.appStyle === CompStyle.Card_13 ? 78 : 156) |
| 127 | - .border({width: 0.5, color: 0xf5f5f5}) | 127 | + .border({width: 0.5, color: '#0D000000'}) |
| 128 | .borderStyle(BorderStyle.Solid) | 128 | .borderStyle(BorderStyle.Solid) |
| 129 | CardMediaInfo({ contentDTO: this.contentDTO }) | 129 | CardMediaInfo({ contentDTO: this.contentDTO }) |
| 130 | } | 130 | } |
| @@ -107,7 +107,7 @@ export struct HorizontalStrokeCardThreeTwoRadioForMoreComponent { | @@ -107,7 +107,7 @@ export struct HorizontalStrokeCardThreeTwoRadioForMoreComponent { | ||
| 107 | .width(this.compDTO.operDataList.length == 2 ? 210 : 150) | 107 | .width(this.compDTO.operDataList.length == 2 ? 210 : 150) |
| 108 | .objectFit(ImageFit.Contain) | 108 | .objectFit(ImageFit.Contain) |
| 109 | .borderRadius(4) | 109 | .borderRadius(4) |
| 110 | - .border({width: 0.5, color: 0xf5f5f5}) | 110 | + .border({width: 0.5, color: '#0D000000'}) |
| 111 | CardMediaInfo({ | 111 | CardMediaInfo({ |
| 112 | livePeopleNum:false, | 112 | livePeopleNum:false, |
| 113 | contentDTO: item | 113 | contentDTO: item |
| @@ -168,7 +168,7 @@ export struct LiveHorizontalCardComponent { | @@ -168,7 +168,7 @@ export struct LiveHorizontalCardComponent { | ||
| 168 | }) | 168 | }) |
| 169 | } | 169 | } |
| 170 | .borderRadius(4) | 170 | .borderRadius(4) |
| 171 | - .border({width: 1, color: 0xf5f5f5}) | 171 | + .border({width: 1, color: '#0D000000'}) |
| 172 | 172 | ||
| 173 | Text(item.newsTitle) | 173 | Text(item.newsTitle) |
| 174 | .fontSize(15) | 174 | .fontSize(15) |
-
Please register or login to post a comment