Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
electron-printer
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
zhuzhequan
electron-printer
Commits
3ddef4a8
Commit
3ddef4a8
authored
Jun 29, 2026
by
linjinhong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix:修改素材没有出现的问题
parent
42a7e560
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
+1
-1
src/views/design/main/index.vue
+1
-1
No files found.
src/views/design/main/index.vue
View file @
3ddef4a8
...
...
@@ -779,7 +779,7 @@ export default {
console
.
log
(
"files.title"
,
files
[
i
]);
const
title
=
files
[
i
].
title
;
const
matchKey
=
keyMap
[
title
]
||
title
;
const
templateSize
=
size
[
matchKey
];
const
templateSize
=
size
?.
[
matchKey
];
if
(
size
&&
!
isCut
)
{
//带黄点模判断是否是cp类,cp类按照newMmToPxFn方法重新计算宽高
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment