Commit bf5d62a2 authored by chenqikuai's avatar chenqikuai

fix

parent e3d99cfc
...@@ -68,7 +68,6 @@ ...@@ -68,7 +68,6 @@
printJS({ printJS({
printable: data!.certificate, printable: data!.certificate,
type: 'image', type: 'image',
style: 'width: 100%; padding: 0px',
}) })
" "
> >
......
...@@ -97,7 +97,7 @@ ...@@ -97,7 +97,7 @@
printJS({ printJS({
printable: imgUrl, printable: imgUrl,
type: 'image', type: 'image',
style: 'width: 100%; padding: 0px', style: 'width: 100%; padding: 0px;margin: 0',
}) })
" "
> >
......
...@@ -38,7 +38,7 @@ ...@@ -38,7 +38,7 @@
:infos="userInfo" :infos="userInfo"
@ToUpdate="ToUpdate" @ToUpdate="ToUpdate"
></Secutiry> ></Secutiry>
<div style="height: 400px"> <div style="height: 400px" v-show="$route.query.type === 'orderRecords'">
<OrderRecords></OrderRecords> <OrderRecords></OrderRecords>
</div> </div>
</ModuleContainer> </ModuleContainer>
......
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