fix: 18449 UI还原问题-【uat】直播预告、乡村振兴、月度排行 向左滑动,“查看更多” “松手查看” 文案字体偏小
Showing
4 changed files
with
4 additions
and
4 deletions
| @@ -108,7 +108,7 @@ export struct ZhSingleRow02 { | @@ -108,7 +108,7 @@ export struct ZhSingleRow02 { | ||
| 108 | Column() { | 108 | Column() { |
| 109 | if (this.moreWidth > this.initMoreWidth + 2) { | 109 | if (this.moreWidth > this.initMoreWidth + 2) { |
| 110 | Text(this.moreTips) | 110 | Text(this.moreTips) |
| 111 | - .fontSize(8) | 111 | + .fontSize(9) |
| 112 | .fontColor(0x858585) | 112 | .fontColor(0x858585) |
| 113 | .width(8) | 113 | .width(8) |
| 114 | } | 114 | } |
| @@ -179,7 +179,7 @@ export struct ZhSingleRow03 { | @@ -179,7 +179,7 @@ export struct ZhSingleRow03 { | ||
| 179 | Column() { | 179 | Column() { |
| 180 | if (this.moreWidth > this.initMoreWidth + 2) { | 180 | if (this.moreWidth > this.initMoreWidth + 2) { |
| 181 | Text(this.moreTips) | 181 | Text(this.moreTips) |
| 182 | - .fontSize(8) | 182 | + .fontSize(9) |
| 183 | .fontColor(0x858585) | 183 | .fontColor(0x858585) |
| 184 | .width(8) | 184 | .width(8) |
| 185 | } | 185 | } |
| @@ -167,7 +167,7 @@ export struct HorizontalStrokeCardThreeTwoRadioForMoreComponent { | @@ -167,7 +167,7 @@ export struct HorizontalStrokeCardThreeTwoRadioForMoreComponent { | ||
| 167 | Column() { | 167 | Column() { |
| 168 | if (this.moreWidth > this.initMoreWidth + 2) { | 168 | if (this.moreWidth > this.initMoreWidth + 2) { |
| 169 | Text(this.moreTips) | 169 | Text(this.moreTips) |
| 170 | - .fontSize(8) | 170 | + .fontSize(9) |
| 171 | .fontColor(0x858585) | 171 | .fontColor(0x858585) |
| 172 | .width(8) | 172 | .width(8) |
| 173 | } | 173 | } |
| @@ -190,7 +190,7 @@ export struct LiveHorizontalCardComponent { | @@ -190,7 +190,7 @@ export struct LiveHorizontalCardComponent { | ||
| 190 | Column() { | 190 | Column() { |
| 191 | if (this.moreWidth > this.initMoreWidth + 2) { | 191 | if (this.moreWidth > this.initMoreWidth + 2) { |
| 192 | Text(this.moreTips) | 192 | Text(this.moreTips) |
| 193 | - .fontSize(8) | 193 | + .fontSize(9) |
| 194 | .fontColor(0x858585) | 194 | .fontColor(0x858585) |
| 195 | .width(8) | 195 | .width(8) |
| 196 | } | 196 | } |
-
Please register or login to post a comment