diff --git a/Application/Home/View/default/TestingResource/batches.html b/Application/Home/View/default/TestingResource/batches.html index b0cdf00b4..919e850d8 100644 --- a/Application/Home/View/default/TestingResource/batches.html +++ b/Application/Home/View/default/TestingResource/batches.html @@ -26,6 +26,9 @@ .normal_table td .status-2 { color: #f56c6c; } +.normal_table tr td { + padding: 10px 5px; +} @@ -134,9 +137,9 @@ {$record.batch_no} - -
- + +
+ {$record.game_name} {$record.server_name} @@ -152,9 +155,9 @@ {$record.verify_status_text} - -
- + +
+ {$record.provide_status_text} diff --git a/Application/Home/View/default/TestingResource/index.html b/Application/Home/View/default/TestingResource/index.html index c08639370..fd4b3896b 100644 --- a/Application/Home/View/default/TestingResource/index.html +++ b/Application/Home/View/default/TestingResource/index.html @@ -79,6 +79,9 @@ padding: 0 24px 0 6px; border: none; } + .normal_table tr td { + padding: 10px 5px; + } @@ -222,7 +225,11 @@ {$record.today_amount} {$record.apply_amount} {$record.status} - {$record.create_time} + + +
+ + diff --git a/Application/Home/View/default/TestingResource/orders.html b/Application/Home/View/default/TestingResource/orders.html index 605af3cd7..94cc39a71 100644 --- a/Application/Home/View/default/TestingResource/orders.html +++ b/Application/Home/View/default/TestingResource/orders.html @@ -90,6 +90,9 @@ .normal_table td .status-2 { color: #f56c6c; } + .normal_table tr td { + padding: 10px 5px; + }