shish 2 лет назад
Родитель
Сommit
d7308bcfd2
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      app-ghs/controllers/TestController.php

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

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