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
23e74684
Commit
23e74684
authored
Nov 23, 2020
by
xierz
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
提示
parent
8d68c53a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
4 deletions
+2
-4
index.ftl
src/main/webapp/WEB-INF/manager/cms/content/index.ftl
+2
-4
No files found.
src/main/webapp/WEB-INF/manager/cms/content/index.ftl
View file @
23e74684
...
@@ -22,11 +22,9 @@
...
@@ -22,11 +22,9 @@
:props=
"defaultProps"
:props=
"defaultProps"
@
node-click=
"handleNodeClick"
@
node-click=
"handleNodeClick"
style=
"padding: 10px;height: 100%;"
>
style=
"padding: 10px;height: 100%;"
>
<span
class=
"custom-tree-node"
slot-scope=
"{ node, data }"
>
<span
class=
"custom-tree-node"
slot-scope=
"{ node, data }"
>
<el-tooltip
class=
"item"
effect=
"dark"
:content=
"data.categoryTitle"
placement=
"top-start"
>
<span
:style=
"data.categoryType == '3' ? 'color: #dcdfe6' : ''"
:title=
"data.categoryTitle"
>
{{ data.categoryTitle }}
</span>
<span
:style=
"data.categoryType == '3' ? 'color: #dcdfe6' : ''"
>
{{ data.categoryTitle }}
</span>
</span>
</span>
</el-tooltip>
</el-tree>
</el-tree>
</el-scrollbar>
</el-scrollbar>
</div>
</div>
...
...
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