Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
jinli gu
MCMS
Commits
0009b375
Commit
0009b375
authored
Aug 07, 2020
by
vip
Browse files
主页和完善栏目编辑
parent
38fc069f
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/main/webapp/WEB-INF/manager/cms/generate/index.ftl
View file @
0009b375
...
@@ -15,7 +15,7 @@
...
@@ -15,7 +15,7 @@
<div class="class-3" >
<div class="class-3" >
<div class="class-4" >
<div class="class-4" >
<el-form-item >
<el-form-item >
<template slot='label'>主
题
模板
<template slot='label'>主
页
模板
<el-popover slot="label" placement="top-start" title="提示" width="200" trigger="hover" content="更新主页,如果系统存在引导页面可以手动修改主页位置文件名,default.html引导页面index.html主页。">
<el-popover slot="label" placement="top-start" title="提示" width="200" trigger="hover" content="更新主页,如果系统存在引导页面可以手动修改主页位置文件名,default.html引导页面index.html主页。">
<i class="el-icon-question" slot="reference"></i>
<i class="el-icon-question" slot="reference"></i>
</el-popover>
</el-popover>
...
@@ -24,7 +24,7 @@
...
@@ -24,7 +24,7 @@
<el-select v-model="template"
<el-select v-model="template"
:filterable="true"
:filterable="true"
:clearable="false"
:clearable="false"
placeholder="请选择主
题
模板">
placeholder="请选择主
页
模板">
<el-option v-for='item in templateOptions' :key="item" :value="item"
<el-option v-for='item in templateOptions' :key="item" :value="item"
:label="item"></el-option>
:label="item"></el-option>
</el-select>
</el-select>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment