#8928 font size
This commit is contained in:
parent
4699ec7a3f
commit
644948c1b5
|
@ -298,10 +298,10 @@ class OsQuickReportWidget extends Widget
|
|||
$table->style = [];
|
||||
$table->style[0] = 'background-color: '.$values['background'];
|
||||
$table->style[1] = 'background-color: '.$values['background'];
|
||||
$table->style[2] = 'background-color: '.$values['background'];
|
||||
$table->style[3] = 'background-color: '.$values['background'];
|
||||
$table->style[4] = 'background-color: '.$values['background'];
|
||||
$table->style[5] = 'background-color: '.$values['background'];
|
||||
$table->style[2] = 'font-size: 22px;background-color: '.$values['background'];
|
||||
$table->style[3] = 'font-size: 22px;background-color: '.$values['background'];
|
||||
$table->style[4] = 'font-size: 22px;background-color: '.$values['background'];
|
||||
$table->style[5] = 'font-size: 22px;background-color: '.$values['background'];
|
||||
|
||||
foreach ($result as $id => $os) {
|
||||
$data = [];
|
||||
|
|
Loading…
Reference in New Issue