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
0
Merge Requests
0
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
d0aa18ae
Commit
d0aa18ae
authored
Feb 25, 2026
by
linjinhong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix:修改尺寸展示
parent
3798ec8a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
23 deletions
+5
-23
src/views/design/main/index.vue
+5
-23
No files found.
src/views/design/main/index.vue
View file @
d0aa18ae
...
...
@@ -1550,17 +1550,9 @@ export default {
<div
class=
"item-value"
>
mm:
(
w:
{{
((
Number
(
detail
.
mssWidth
)
*
WHproportion
*
10
)
/
10
).
toFixed
(
1
,
)
}}
{{
detail
.
mssWidth
}}
h:
{{
((
Number
(
detail
.
mssHeight
)
*
WHproportion
*
10
)
/
10
).
toFixed
(
1
,
)
}}
)
{{
detail
.
mssHeight
}}
)
</div>
</div>
<div
...
...
@@ -1571,19 +1563,9 @@ export default {
<div
style=
"opacity: 0;"
>
素材规格:
</div>
<div
class=
"item-value"
>
inch:
(
w:
{{
(
((
Number
(
detail
.
mssWidth
)
/
25.4
)
*
WHproportion
*
10
)
/
10
).
toFixed
(
1
)
}}
{{
(
Number
(
detail
.
mssWidth
)
/
25.4
).
toFixed
(
1
)
}}
h:
{{
(
((
Number
(
detail
.
mssHeight
)
/
25.4
)
*
WHproportion
*
10
)
/
10
).
toFixed
(
1
)
}}
)
{{
(
Number
(
detail
.
mssHeight
)
/
25.4
).
toFixed
(
1
)
}}
)
</div>
</div>
</div>
...
...
@@ -2173,7 +2155,7 @@ img {
.boxImg
{
width
:
100%
;
display
:
flex
;
padding
:
5px
;
//
padding
:
5px
;
box-sizing
:
border-box
;
overflow-x
:
auto
;
.img-item
{
...
...
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