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 @@