Commit 5fb42a5549ad44d87830820607be0a71739d65cd
1 parent
da01dbbc
Exists in
master
and in
1 other branch
[Feat] Atualizando layout do QRCode.
Showing
1 changed file
with
4 additions
and
2 deletions
Show diff stats
MdWsSeiRest.php
@@ -316,9 +316,11 @@ class MdWsSeiRest extends SeiIntegracao | @@ -316,9 +316,11 @@ class MdWsSeiRest extends SeiIntegracao | ||
316 | 316 | ||
317 | $htmlQrCode .= '<ul>'; | 317 | $htmlQrCode .= '<ul>'; |
318 | $htmlQrCode .= '<li style="list-style:none">'; | 318 | $htmlQrCode .= '<li style="list-style:none">'; |
319 | - $htmlQrCode .= '<p style="margin: 10px 30px 10px 0px"><b>Escaneie o QRCode abaixo para acessar o SEI no aplicativo:</b></p>'; | ||
320 | - $htmlQrCode .= '<img style="margin: 0 60px" align="center" src="data:image/png;base64, ' | 319 | + $htmlQrCode .= '<img style="margin: 0 53px" align="center" src="data:image/png;base64, ' |
321 | . base64_encode($binQrCode) . '" />'; | 320 | . base64_encode($binQrCode) . '" />'; |
321 | + $htmlQrCode .= '<p style="margin: 10px 57px 10px 0px; text-align: center; font-weight: bolder !important;">'; | ||
322 | + $htmlQrCode .= 'Faça a leitura do código acima para acessar o aplicativo do SEI no seu telefone.'; | ||
323 | + $htmlQrCode .= '</p>'; | ||
322 | $htmlQrCode .= '</li>'; | 324 | $htmlQrCode .= '</li>'; |
323 | $htmlQrCode .= '</ul>'; | 325 | $htmlQrCode .= '</ul>'; |
324 | 326 |