1
@@ -351,6 +351,9 @@
}
:global {
+ #containerPrint {
+ // visibility: hidden;
+ }
.subjectChiose {
border-radius: 14px;
overflow: hidden;
@@ -199,7 +199,7 @@ export default defineComponent({
<iframe
id="containerPrint"
ref="print"
- style="width: 100%;height:665px;page-break-after:always;"
+ style="width: 100%;page-break-after:always; "
src={state.accompanyUrl}
class={classes.iframe}
/>