diff --git a/modules/cms/src/main/resources/views/modules/cms/siteForm.html b/modules/cms/src/main/resources/views/modules/cms/siteForm.html index 5f8a1ff6..6bb8c7b1 100644 --- a/modules/cms/src/main/resources/views/modules/cms/siteForm.html +++ b/modules/cms/src/main/resources/views/modules/cms/siteForm.html @@ -110,8 +110,6 @@ * ${text('主题风格')}:
<#form:select path="theme" dictType="cms_theme" class="form-control" /> - -
@@ -120,8 +118,7 @@
- <#form:select path="customIndexView" items="${indexViewList}" itemLabel="id" itemValue="id" class="form-control required" /> - + <#form:select path="customIndexView" items="${indexViewList}" itemLabel="id" itemValue="id" class="form-control " />
@@ -132,11 +129,9 @@
- <#form:ueditor name="copyright" path="copyright" maxlength="10000" height="200" class="required" simpleToolbars="false" readonly="false" outline="false"/>
- @@ -152,8 +147,6 @@ - -