Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Hooke
/
lls_program
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
hookehuyr
2025-09-17 18:06:22 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
4fcd9b4ca4644d32242dec81a8c5c4fc8a5c6cb2
4fcd9b4c
1 parent
6d0644a5
style(PosterCheckin): 调整海报元素位置和大小以优化布局
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
src/pages/PosterCheckin/index.vue
src/pages/PosterCheckin/index.vue
View file @
4fcd9b4
...
...
@@ -398,16 +398,16 @@ const posterConfig = computed(() => {
},
// 活动logo
{
x:
50
0,
x:
45
0,
y: 40,
width: 2
0
0,
width: 2
5
0,
height: 80,
url: currentMockData.value.activity.logo,
zIndex: 2
},
// 关卡徽章
{
x: 0,
x:
1
0,
y: 880,
width: 380,
height: 100,
...
...
@@ -416,7 +416,7 @@ const posterConfig = computed(() => {
},
// 小程序码
{
x:
5
0,
x:
3
0,
y: 1100,
width: 180,
height: 180,
...
...
@@ -456,7 +456,7 @@ const posterConfig = computed(() => {
// },
// 小程序码描述
{
x: 2
8
0,
x: 2
6
0,
y: 1125,
text: currentMockData.value.qrcodeDesc,
fontSize: 28,
...
...
@@ -469,7 +469,7 @@ const posterConfig = computed(() => {
},
// 关卡描述
{
x: 2
8
0,
x: 2
6
0,
y: 1180,
text: currentMockData.value.level.name,
fontSize: 32,
...
...
Please
register
or
login
to post a comment