|
@@ -452,7 +452,7 @@ class TestController extends BaseController
|
|
|
}
|
|
}
|
|
|
if (!empty($new)) {
|
|
if (!empty($new)) {
|
|
|
foreach ($new as $info) {
|
|
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>";
|
|
echo "<tr><td>{$info['name']}</td></tr>";
|
|
|
if (!empty($info['status'])) {
|
|
if (!empty($info['status'])) {
|
|
|
foreach ($info['status'] as $item) {
|
|
foreach ($info['status'] as $item) {
|