mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-29 08:45:12 +02:00
#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…
x
Reference in New Issue
Block a user