Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
C
cms_sys
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
西魏
cms_sys
Commits
73d06da7
Commit
73d06da7
authored
Aug 08, 2020
by
sgjj
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/master'
parents
7c14089d
f0d75c5e
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2 additions
and
1 deletion
+2
-1
ms-mcms.iml
ms-mcms.iml
+0
-0
form.ftl
src/main/webapp/WEB-INF/manager/cms/content/form.ftl
+0
-0
index.ftl
src/main/webapp/WEB-INF/manager/cms/content/index.ftl
+2
-1
No files found.
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
Markdown
is supported
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