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
73d06da7
Commit
73d06da7
authored
Aug 08, 2020
by
sgjj
Browse files
Merge remote-tracking branch 'origin/master'
parents
7c14089d
f0d75c5e
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
ms-mcms.iml
deleted
100644 → 0
View file @
7c14089d
This diff is collapsed.
Click to expand it.
src/main/webapp/WEB-INF/manager/cms/content/form.ftl
View file @
73d06da7
This diff is collapsed.
Click to expand it.
src/main/webapp/WEB-INF/manager/cms/content/index.ftl
View file @
73d06da7
...
@@ -9,7 +9,7 @@
...
@@ -9,7 +9,7 @@
<
div
id="index" v-cloak>
<
div
id="index" v-cloak>
<!--左侧-->
<!--左侧-->
<el-container class="index-menu">
<el-container class="index-menu">
<div class="left-tree">
<div class="left-tree"
style="position:relative;"
>
<el-scrollbar style="height: 100%;">
<el-scrollbar style="height: 100%;">
<el-tree :indent="5" v-loading="loading" highlight-current :expand-on-click-node="false" default-expand-all :empty-text="emptyText" :data="treeData" :props="defaultProps" @node-click="handleNodeClick" style="padding: 10px;height: 100%;"></el-tree>
<el-tree :indent="5" v-loading="loading" highlight-current :expand-on-click-node="false" default-expand-all :empty-text="emptyText" :data="treeData" :props="defaultProps" @node-click="handleNodeClick" style="padding: 10px;height: 100%;"></el-tree>
</el-scrollbar>
</el-scrollbar>
...
@@ -123,4 +123,5 @@
...
@@ -123,4 +123,5 @@
body
{
body
{
overflow
:
hidden
;
overflow
:
hidden
;
}
}
</
style
>
</
style
>
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