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-19 09:24:05 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
20c0bde6b0f345d4a26a1794ae155819511cb9ca
20c0bde6
1 parent
1fa68200
style(PosterCheckin): 调整海报文字样式和布局
- 增加二维码描述文字的字号和宽度 - 在打卡点名称前添加前缀并调整宽度
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
src/pages/PosterCheckin/index.vue
src/pages/PosterCheckin/index.vue
View file @
20c0bde
...
...
@@ -459,11 +459,11 @@ const posterConfig = computed(() => {
x: 260,
y: 1125,
text: currentMockData.value.qrcodeDesc,
fontSize:
28
,
fontSize:
30
,
color: '#333333',
lineHeight: 40,
lineNum: 2,
width: 4
0
0,
width: 4
4
0,
textAlign: 'left',
zIndex: 1
},
...
...
@@ -471,12 +471,12 @@ const posterConfig = computed(() => {
{
x: 260,
y: 1180,
text: currentMockData.value.level.name,
text:
'打卡点: ' +
currentMockData.value.level.name,
fontSize: 32,
color: '#333333',
lineHeight: 40,
lineNum: 2,
width: 4
0
0,
width: 4
4
0,
textAlign: 'left',
zIndex: 1
},
...
...
Please
register
or
login
to post a comment