Showing
1 changed file
with
4 additions
and
4 deletions
| @@ -50,16 +50,16 @@ export struct Card4Component { | @@ -50,16 +50,16 @@ export struct Card4Component { | ||
| 50 | Column() { | 50 | Column() { |
| 51 | Stack() { | 51 | Stack() { |
| 52 | if(this.contentDTO.objectType == '5'){ | 52 | if(this.contentDTO.objectType == '5'){ |
| 53 | - Notes({ objectType: this.contentDTO.objectType,objectLevel:this.contentDTO.objectLevel }).height(19).align(Alignment.Center) | 53 | + Notes({ objectType: this.contentDTO.objectType,objectLevel:this.contentDTO.objectLevel }).height(28).align(Alignment.Center) |
| 54 | } else { | 54 | } else { |
| 55 | if (this.contentDTO.seoTags) { | 55 | if (this.contentDTO.seoTags) { |
| 56 | - Notes({ newTags: this.contentDTO.seoTags }).height(19).align(Alignment.Center) | 56 | + Notes({ newTags: this.contentDTO.seoTags }).height(28).align(Alignment.Center) |
| 57 | } | 57 | } |
| 58 | if (this.contentDTO.newTags) { | 58 | if (this.contentDTO.newTags) { |
| 59 | - Notes({ newTags: this.contentDTO.newTags }).height(19).align(Alignment.Center) | 59 | + Notes({ newTags: this.contentDTO.newTags }).height(28).align(Alignment.Center) |
| 60 | } | 60 | } |
| 61 | if (this.contentDTO.top === 1) { | 61 | if (this.contentDTO.top === 1) { |
| 62 | - Notes({ newTags: '置顶' }).height(20).align(Alignment.Center) | 62 | + Notes({ newTags: '置顶' }).height(28).align(Alignment.Center) |
| 63 | } | 63 | } |
| 64 | } | 64 | } |
| 65 | Text() { | 65 | Text() { |
-
Please register or login to post a comment