Showing
1 changed file
with
1 additions
and
1 deletions
| ... | @@ -476,7 +476,7 @@ const posterConfig = computed(() => { | ... | @@ -476,7 +476,7 @@ const posterConfig = computed(() => { |
| 476 | text: '打卡点: ' + currentMockData.value.level.name, | 476 | text: '打卡点: ' + currentMockData.value.level.name, |
| 477 | fontSize: 32, | 477 | fontSize: 32, |
| 478 | color: '#333333', | 478 | color: '#333333', |
| 479 | - lineHeight: 40, | 479 | + lineHeight: 50, |
| 480 | lineNum: 2, | 480 | lineNum: 2, |
| 481 | width: 440, | 481 | width: 440, |
| 482 | textAlign: 'left', | 482 | textAlign: 'left', | ... | ... |
-
Please register or login to post a comment