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