shish 2 years ago
parent
commit
23ea2d1533
1 changed files with 1 additions and 1 deletions
  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:30px;border-bottom:2px solid black;'>";
+                echo "<table style='font-size:35px;border-bottom:2px solid black;'>";
                 echo "<tr><td>{$info['name']}</td></tr>";
                 if (!empty($info['status'])) {
                     foreach ($info['status'] as $item) {