Commit d0aa18ae by linjinhong

fix:修改尺寸展示

parent 3798ec8a
......@@ -1550,17 +1550,9 @@ export default {
<div class="item-value">
mm:&nbsp;(&nbsp; w:
{{
((Number(detail.mssWidth) * WHproportion * 10) / 10).toFixed(
1,
)
}}
{{ detail.mssWidth }}
&nbsp; h:
{{
((Number(detail.mssHeight) * WHproportion * 10) / 10).toFixed(
1,
)
}}&nbsp;)
{{ detail.mssHeight }}&nbsp;)
</div>
</div>
<div
......@@ -1571,19 +1563,9 @@ export default {
<div style="opacity: 0;">素材规格:</div>
<div class="item-value">
inch:&nbsp;(&nbsp;w:
{{
(
((Number(detail.mssWidth) / 25.4) * WHproportion * 10) /
10
).toFixed(1)
}}
{{ (Number(detail.mssWidth) / 25.4).toFixed(1) }}
&nbsp;h:
{{
(
((Number(detail.mssHeight) / 25.4) * WHproportion * 10) /
10
).toFixed(1)
}}&nbsp;)
{{ (Number(detail.mssHeight) / 25.4).toFixed(1) }}&nbsp;)
</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 {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment