hookehuyr

style(PosterCheckin): 调整海报元素位置和大小以优化布局

......@@ -398,16 +398,16 @@ const posterConfig = computed(() => {
},
// 活动logo
{
x: 500,
x: 450,
y: 40,
width: 200,
width: 250,
height: 80,
url: currentMockData.value.activity.logo,
zIndex: 2
},
// 关卡徽章
{
x: 0,
x: 10,
y: 880,
width: 380,
height: 100,
......@@ -416,7 +416,7 @@ const posterConfig = computed(() => {
},
// 小程序码
{
x: 50,
x: 30,
y: 1100,
width: 180,
height: 180,
......@@ -456,7 +456,7 @@ const posterConfig = computed(() => {
// },
// 小程序码描述
{
x: 280,
x: 260,
y: 1125,
text: currentMockData.value.qrcodeDesc,
fontSize: 28,
......@@ -469,7 +469,7 @@ const posterConfig = computed(() => {
},
// 关卡描述
{
x: 280,
x: 260,
y: 1180,
text: currentMockData.value.level.name,
fontSize: 32,
......