From b1ea561cd5d1f7b1342ff47fe2dfc0899cc30da0 Mon Sep 17 00:00:00 2001 From: Yagami <976204163@qq.com> Date: Tue, 4 Jun 2019 10:40:56 +0800 Subject: [PATCH] * Fix bug create table style. --- module/report/css/bugcreate.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/module/report/css/bugcreate.css b/module/report/css/bugcreate.css index 4ce04c08b9..604d1c9fee 100644 --- a/module/report/css/bugcreate.css +++ b/module/report/css/bugcreate.css @@ -1,5 +1,5 @@ #begin{min-width: 85px} #end{min-width: 85px} -table th{font-size: 12px} -table th:nth-child(7){width: 87px} -table th:nth-child(10){width: 100px} +#bug th{font-size: 12px} +#bug th:nth-child(7){width: 87px} +#bug th:nth-child(10){width: 100px}