hookehuyr

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

...@@ -398,16 +398,16 @@ const posterConfig = computed(() => { ...@@ -398,16 +398,16 @@ const posterConfig = computed(() => {
398 }, 398 },
399 // 活动logo 399 // 活动logo
400 { 400 {
401 - x: 500, 401 + x: 450,
402 y: 40, 402 y: 40,
403 - width: 200, 403 + width: 250,
404 height: 80, 404 height: 80,
405 url: currentMockData.value.activity.logo, 405 url: currentMockData.value.activity.logo,
406 zIndex: 2 406 zIndex: 2
407 }, 407 },
408 // 关卡徽章 408 // 关卡徽章
409 { 409 {
410 - x: 0, 410 + x: 10,
411 y: 880, 411 y: 880,
412 width: 380, 412 width: 380,
413 height: 100, 413 height: 100,
...@@ -416,7 +416,7 @@ const posterConfig = computed(() => { ...@@ -416,7 +416,7 @@ const posterConfig = computed(() => {
416 }, 416 },
417 // 小程序码 417 // 小程序码
418 { 418 {
419 - x: 50, 419 + x: 30,
420 y: 1100, 420 y: 1100,
421 width: 180, 421 width: 180,
422 height: 180, 422 height: 180,
...@@ -456,7 +456,7 @@ const posterConfig = computed(() => { ...@@ -456,7 +456,7 @@ const posterConfig = computed(() => {
456 // }, 456 // },
457 // 小程序码描述 457 // 小程序码描述
458 { 458 {
459 - x: 280, 459 + x: 260,
460 y: 1125, 460 y: 1125,
461 text: currentMockData.value.qrcodeDesc, 461 text: currentMockData.value.qrcodeDesc,
462 fontSize: 28, 462 fontSize: 28,
...@@ -469,7 +469,7 @@ const posterConfig = computed(() => { ...@@ -469,7 +469,7 @@ const posterConfig = computed(() => {
469 }, 469 },
470 // 关卡描述 470 // 关卡描述
471 { 471 {
472 - x: 280, 472 + x: 260,
473 y: 1180, 473 y: 1180,
474 text: currentMockData.value.level.name, 474 text: currentMockData.value.level.name,
475 fontSize: 32, 475 fontSize: 32,
......