From 9a13b33dd87a488a7c413611bdd2138303ede764 Mon Sep 17 00:00:00 2001 From: thinkgem Date: Mon, 23 Oct 2023 10:55:34 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9F=A5=E8=AF=A2=E5=92=8C=E9=87=8D=E7=BD=AE?= =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E5=9B=BE=E6=A0=87=E3=80=81=E6=90=9C=E7=B4=A2?= =?UTF-8?q?=E6=A1=86=E5=B8=83=E5=B1=80=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../views/modules/app/appCommentList.html | 12 +++--- .../views/modules/app/appUpgradeList.html | 12 +++--- .../views/modules/cms/articleList.html | 8 ++-- .../views/modules/cms/categoryList.html | 4 +- .../views/modules/cms/commentList.html | 4 +- .../views/modules/cms/reportList.html | 4 +- .../resources/views/modules/cms/siteList.html | 4 +- .../views/modules/cms/visitLogList.html | 4 +- .../modules/gen/include/searchForm.html | 4 +- .../views/modules/msg/msgInnerList.html | 4 +- .../resources/views/modules/sys/areaList.html | 4 +- .../views/modules/sys/companyList.html | 14 +++---- .../resources/views/modules/sys/logList.html | 4 +- .../views/modules/sys/officeList.html | 4 +- .../views/modules/sys/onlineList.html | 4 +- .../resources/views/modules/sys/postList.html | 4 +- .../views/modules/sys/user/corpAdminList.html | 4 +- .../views/modules/sys/user/empUserList.html | 42 ++++++++++--------- .../views/modules/sys/user/secAdminList.html | 4 +- .../views/modules/sys/user/userSelect.html | 4 +- .../modules/demo/demoDataGridEditGrid.html | 4 +- .../modules/demo/demoDataGridGroupGrid.html | 4 +- .../modules/demo/demoDataGridMultiGrid.html | 4 +- .../views/modules/test/testDataList.html | 8 ++-- .../views/modules/test/testTreeList.html | 4 +- .../modules/demo/demoDataGridEditGrid.html | 4 +- .../modules/demo/demoDataGridGroupGrid.html | 4 +- .../modules/demo/demoDataGridMultiGrid.html | 4 +- .../views/modules/test/testDataList.html | 8 ++-- .../views/modules/test/testTreeList.html | 4 +- 30 files changed, 99 insertions(+), 97 deletions(-) diff --git a/modules/app/src/main/resources/views/modules/app/appCommentList.html b/modules/app/src/main/resources/views/modules/app/appCommentList.html index 582de8e2..2617ed16 100644 --- a/modules/app/src/main/resources/views/modules/app/appCommentList.html +++ b/modules/app/src/main/resources/views/modules/app/appCommentList.html @@ -18,20 +18,20 @@ data-page-no="${parameter.pageNo}" data-page-size="${parameter.pageSize}" data-order-by="${parameter.orderBy}">
-
+
<#form:select path="category" dictType="app_comment_category" blankOption="true" class="form-control"/>
- <#form:input path="content" maxlength="500" class="form-control width-120"/> + <#form:input path="content" maxlength="500" class="form-control width-90"/>
- <#form:input path="contact" maxlength="200" class="form-control width-120"/> + <#form:input path="contact" maxlength="200" class="form-control width-90"/>
@@ -49,8 +49,8 @@
- - + +
@@ -62,7 +62,7 @@