Skip to content

Commit

Permalink
chore: menu QRCODE agora fixo como SEI 3.1.X
Browse files Browse the repository at this point in the history
  • Loading branch information
caduvieira committed Oct 14, 2022
1 parent 50ad02d commit 324bc3a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions MdWsSeiRest.php
Original file line number Diff line number Diff line change
Expand Up @@ -344,8 +344,8 @@ private function montaCorpoHTMLQRCode($nomeArquivo)
if (($binQrCode = file_get_contents($caminhoFisicoQrCode)) === false) {
$infraException->lancarValidacao('Não foi possível ler o arquivo do QRCode.');
}

$htmlQrCode .= '<div style="font-size: 12px; text-align: center;">';
$htmlQrCode .= '<script>document.querySelector("div.infraSidebarMenu").style.overflowY = "visible";</script>';
$htmlQrCode .= '<div style="font-size: 12px; text-align: center; background-color: #f5f6f7">';
$htmlQrCode .= '<div style="height: 12px; margin-bottom: 22px; background-color: #01A5DA; border-bottom: 4px solid #AFCF2C;"></div>';
// $htmlQrCode .= '<p style="text-align: left; margin: 5px;">';
// $htmlQrCode .= '<strong style="font-weight: bolder">';
Expand Down

0 comments on commit 324bc3a

Please sign in to comment.