diff --git a/themes/gokbakja/layouts/platform_main.htm b/themes/gokbakja/layouts/platform_main.htm index 24dc186..790038d 100644 --- a/themes/gokbakja/layouts/platform_main.htm +++ b/themes/gokbakja/layouts/platform_main.htm @@ -46,7 +46,9 @@ function onStart() td { text-align: center !important; + vertical-align: middle !important; } + diff --git a/themes/gokbakja/pages/production.htm b/themes/gokbakja/pages/production.htm index 3ed854b..9c894f5 100644 --- a/themes/gokbakja/pages/production.htm +++ b/themes/gokbakja/pages/production.htm @@ -24,6 +24,7 @@ function onStart(){ $this["currentDate"] = $currentDate; $this["productions"] = Romanah\Gokbakja\Models\Production::whereDate('created_at', date($currentDateFormat))->with(['pivot_production'])->get(); + } ?> == @@ -156,7 +157,7 @@ function onStart(){ {% for product in report.pivot_production %} -