From c2da9641f0133d309d36aab27b8f3fd8b37d7899 Mon Sep 17 00:00:00 2001 From: ELF <360197197@qq.com> Date: Wed, 19 Aug 2020 11:39:10 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../View/default/TestingResource/batches.html | 15 +++++++++------ .../Home/View/default/TestingResource/index.html | 9 ++++++++- .../Home/View/default/TestingResource/orders.html | 3 +++ 3 files changed, 20 insertions(+), 7 deletions(-) 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; + }