From 5294f42df1fbe9f1b3660a025845b03360463917 Mon Sep 17 00:00:00 2001 From: chenjinsong Date: Tue, 6 Mar 2018 14:10:03 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A7=A3=E5=86=B3=E7=B3=BB=E7=BB=9F=E4=B8=9A?= =?UTF-8?q?=E5=8A=A1=E9=85=8D=E7=BD=AE=E8=AF=A6=E6=83=85=E9=A1=B5=E6=95=B0?= =?UTF-8?q?=E6=8D=AE=E8=A1=A8=E4=B8=AD=E7=9A=84label=E5=90=8D=E7=A7=B0?= =?UTF-8?q?=E5=A4=AA=E9=95=BF=E6=97=B6=EF=BC=88=E8=8B=B1=E6=96=87=E3=80=81?= =?UTF-8?q?=E4=BF=84=E6=96=87=EF=BC=89=E6=A0=B7=E5=BC=8F=E9=94=99=E4=B9=B1?= =?UTF-8?q?=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../WEB-INF/views/systemService/form.jsp | 32 +++++++++---------- .../webapp/static/pages/css/systemService.css | 4 +++ 2 files changed, 20 insertions(+), 16 deletions(-) diff --git a/src/main/webapp/WEB-INF/views/systemService/form.jsp b/src/main/webapp/WEB-INF/views/systemService/form.jsp index 8b098b37c..6e2156f90 100644 --- a/src/main/webapp/WEB-INF/views/systemService/form.jsp +++ b/src/main/webapp/WEB-INF/views/systemService/form.jsp @@ -154,14 +154,14 @@ function addDatatable() { $("#datatables").append( '
' + - '
' + + '
' + '' + '' + - '*'+''+': ' + + '*'+''+': ' + ' ' + '
' + - '
' + - '*'+''+': ' + + '
' + + '*'+''+': ' + ' ' + '' + ' ' + '
' + - '
' + - '*MAAT '+''+': ' + + '
' + + '*MAAT '+''+': ' + '' + '
' + - '
' + - '*'+''+': ' + + '
' + + '*'+''+': ' + '' + '' + '
' + @@ -273,15 +273,15 @@
-
+
- *: + *:
-
- *: +
+ *:
-
- *MAAT : +
+ *MAAT :
-
- *: +
+ *: diff --git a/src/main/webapp/static/pages/css/systemService.css b/src/main/webapp/static/pages/css/systemService.css index c11781ad7..88d4a09ca 100644 --- a/src/main/webapp/static/pages/css/systemService.css +++ b/src/main/webapp/static/pages/css/systemService.css @@ -49,4 +49,8 @@ select, input { margin-top: 15px; margin-bottom: 15px; background-color: #F8F8FF; +} +.table-item { + margin-top: 5px; + margin-bottom: 5px; } \ No newline at end of file