From f85e3cf79f170bf01af2b3be87abbbb87e01e51b Mon Sep 17 00:00:00 2001 From: zhoulinfang <2507241354@qq.com> Date: Wed, 21 Nov 2018 09:40:49 +0800 Subject: [PATCH] =?UTF-8?q?JLR=E9=A1=B5=E9=9D=A2=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/webapp/page/caseDetail.jsp | 331 +++++++++++++++++++++++++++- src/main/webapp/page/footer.jsp | 184 ++++++++++++++++ 2 files changed, 512 insertions(+), 3 deletions(-) diff --git a/src/main/webapp/page/caseDetail.jsp b/src/main/webapp/page/caseDetail.jsp index 39090d5..a5ae9f3 100644 --- a/src/main/webapp/page/caseDetail.jsp +++ b/src/main/webapp/page/caseDetail.jsp @@ -46,6 +46,19 @@ .Wdate { padding-left: 0; } + .table > tbody > tr > td { + width: 50%; + display: inline-table; + } + .table > tbody > tr > td > label { + width: 20%; + vertical-align: top; + margin-top: 10px; + } + .table > tbody > tr > td > input,.table > tbody > tr > td > select { + width: 70%; + height: 38px; + }