Commit e3d99cfc authored by chenqikuai's avatar chenqikuai

fix

parent 9acac785
<svg xmlns="http://www.w3.org/2000/svg" width="36" height="36" viewBox="0 0 36 36"><g fill="none" fill-rule="evenodd"><circle cx="18" cy="18" r="18" fill="#848484"/><path fill="#FFF" fill-rule="nonzero" d="M24.4808333,24.6687944 C24.3088958,24.8345838 24.0755835,24.9277389 23.8322917,24.9277389 C23.5889999,24.9277389 23.3556876,24.8345838 23.18375,24.6687944 L18,19.6759623 L12.81625,24.6687944 C12.5845484,24.8919625 12.2468359,24.9791195 11.9303256,24.8974343 C11.6138153,24.8157492 11.3665926,24.5776317 11.2817839,24.2727785 C11.1969752,23.9679253 11.287465,23.6426508 11.5191667,23.4194827 L16.7029167,18.4266507 L11.5191667,13.4338186 C11.2580394,13.1808079 11.1806582,12.801298 11.3230459,12.4719603 C11.4654335,12.1426227 11.799607,11.9281814 12.17,11.9284643 C12.4120665,11.9282782 12.6443828,12.0203214 12.81625,12.1845069 L18,17.177339 L23.18375,12.1845069 C23.4464354,11.932997 23.8404572,11.8584657 24.1823882,11.9956092 C24.5243192,12.1327528 24.7469604,12.4546186 24.7466667,12.81137 C24.7468598,13.0445212 24.6512971,13.2682813 24.4808333,13.4338186 L19.2970833,18.4266507 L24.4808333,23.4194827 C24.6529623,23.5850878 24.7496794,23.8098072 24.7496794,24.0441386 C24.7496794,24.2784699 24.6529623,24.5031893 24.4808333,24.6687944 Z"/></g></svg>
\ No newline at end of file
...@@ -5,11 +5,8 @@ ...@@ -5,11 +5,8 @@
class="fixed h-screen w-screen top-0 left-0 flex items-center flex-col z-30" class="fixed h-screen w-screen top-0 left-0 flex items-center flex-col z-30"
> >
<div class="opacity-70 bg-black absolute w-full h-full"></div> <div class="opacity-70 bg-black absolute w-full h-full"></div>
<div <div class="close cursor-pointer" @click="$emit('update:visible', false)">
class="close bg-white cursor-pointer" <img src="@/assets/img/close.svg" class="w-9" alt="" srcset="" />
@click="$emit('update:visible', false)"
>
<img src="@/assets/img/close.png" class="w-9" alt="" srcset="" />
</div> </div>
<div <div
style="height: 100%" style="height: 100%"
......
...@@ -68,6 +68,7 @@ ...@@ -68,6 +68,7 @@
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',
imageStyle: 'width: 100%', style: 'width: 100%; padding: 0px',
}) })
" "
> >
......
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