Persano commited on
Commit
43aa96b
·
verified ·
1 Parent(s): 184e34e

Update templates/relatorio.html

Browse files
Files changed (1) hide show
  1. templates/relatorio.html +6 -5
templates/relatorio.html CHANGED
@@ -34,22 +34,23 @@
34
  background-color: #fafafa;
35
  }
36
  table {
37
- width: 100%;
 
 
38
  border-collapse: collapse;
39
  margin-top: 20px;
40
  font-size: 0.95em;
41
- page-break-inside: auto; /* Permite quebra de página automática dentro da tabela */
42
  }
43
  th, td {
44
  border: 1px solid #ccc;
45
  padding: 8px 12px;
46
- text-align: right;
47
  vertical-align: middle;
48
- page-break-inside: avoid; /* Evita quebra no meio da célula */
49
  }
50
  th {
51
  background-color: #f0f0f0;
52
- text-align: center;
53
  font-weight: bold;
54
  }
55
  .parametros {
 
34
  background-color: #fafafa;
35
  }
36
  table {
37
+ width: auto;
38
+ margin-left: auto;
39
+ margin-right: auto;
40
  border-collapse: collapse;
41
  margin-top: 20px;
42
  font-size: 0.95em;
43
+ page-break-inside: auto;
44
  }
45
  th, td {
46
  border: 1px solid #ccc;
47
  padding: 8px 12px;
48
+ text-align: center;
49
  vertical-align: middle;
50
+ page-break-inside: avoid;
51
  }
52
  th {
53
  background-color: #f0f0f0;
 
54
  font-weight: bold;
55
  }
56
  .parametros {