hookehuyr

style(PosterCheckin): 调整打卡点文本的行高为50像素

...@@ -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',
......