shish 2 lat temu
rodzic
commit
436ef6e529
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      app-ghs/controllers/TestController.php

+ 1 - 1
app-ghs/controllers/TestController.php

@@ -426,7 +426,7 @@ class TestController extends BaseController
         }
         if (!empty($new)) {
             foreach ($new as $info) {
-                echo "<table style='font-size:24px;border-bottom:2px solid black;'>";
+                echo "<table style='font-size:30px;border-bottom:2px solid black;'>";
                 echo "<tr><td>{$info['name']}</td></tr>";
                 if (!empty($info['status'])) {
                     foreach ($info['status'] as $item) {