Fixed document print and pdf table background issue.. ( #31enzym )

This commit is contained in:
Cüneyt Şentürk
2022-06-16 11:56:59 +03:00
parent fd76c74472
commit 9a00e07462
7 changed files with 115 additions and 8 deletions

View File

@ -196,7 +196,7 @@
<div class="col-100">
<div class="text extra-spacing">
<table class="lines">
<thead class="bg-{{ $backgroundColor }}" style="background-color:{{ $backgroundColor }} !important; -webkit-print-color-adjust: exact;">
<thead style="background-color:{{ $backgroundColor }} !important; -webkit-print-color-adjust: exact;">
<tr>
@stack('name_th_start')
@if (! $hideItems || (! $hideName && ! $hideDescription))