motla / vue-document-editor

:page_facing_up: Paper-sized WYSIWYG document editor for Vue apps
https://motla.github.io/vue-document-editor/
MIT License
313 stars 70 forks source link

Cabeçalhos e rodapés não funcionam #6

Closed krefects closed 3 years ago

krefects commented 3 years ago

O texto do cabeçalho sobrepou o texto, o editor não redimensiona automaticamente. print1 print2

motla commented 3 years ago

Yes this is as expected. You can set page_margins (see the API) to the correct value for your document for the overlay not to overlap with the contents of the page. It can be "top right bottom left" format like "30mm 15mm 10mm 15mm".

krefects commented 3 years ago

Funcionou! Obrigado!