Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Hooke
/
mlaj
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-12-31 17:43:58 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
03a64e46d49434e3f6f8e48ce5dc32e44c36ae26
03a64e46
1 parent
86e59a03
fix(RecallPoster): 调整海报图片区域高度从480到450以保持更好比例
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
src/components/ui/RecallPoster.vue
src/components/ui/RecallPoster.vue
View file @
03a64e4
...
...
@@ -138,8 +138,8 @@ const generatePoster = async () => {
// 1. 准备画布尺寸 (2倍图)
const scale = 2
const width = 375 * scale
// 图片区域高度缩小,从 600 -> 4
8
0,保持较好比例
const imgAreaHeight = 4
8
0 * scale
// 图片区域高度缩小,从 600 -> 4
5
0,保持较好比例
const imgAreaHeight = 4
5
0 * scale
const infoAreaHeight = 130 * scale
const height = imgAreaHeight + infoAreaHeight
...
...
Please
register
or
login
to post a comment