hookehuyr

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

......@@ -476,7 +476,7 @@ const posterConfig = computed(() => {
text: '打卡点: ' + currentMockData.value.level.name,
fontSize: 32,
color: '#333333',
lineHeight: 40,
lineHeight: 50,
lineNum: 2,
width: 440,
textAlign: 'left',
......