From 1d4908273539b2e90fa4bd1ef263f07bd9d6d327 Mon Sep 17 00:00:00 2001 From: thinkgem Date: Sat, 21 Aug 2021 10:56:10 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BD=91=E9=A1=B5=E5=AF=BC=E8=88=AA=E5=A2=9E?= =?UTF-8?q?=E5=8A=A0=E6=98=AF=E5=90=A6=E6=98=BE=E7=A4=BA=E5=88=A4=E6=96=AD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/resources/views/modules/cms/siteForm.html | 9 +-------- .../modules/cmsfront/themes/default/include/header.html | 6 ++++-- 2 files changed, 5 insertions(+), 10 deletions(-) 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 @@ - -