明树Git Lab
Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in
Toggle navigation
J
jt_front
Project
Project
Details
Activity
Releases
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
Administrator
jt_front
Commits
ee354647
Commit
ee354647
authored
May 08, 2026
by
zhanghan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
处理文本超长
parent
84ae11e0
Pipeline
#110965
passed with stage
in 20 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
2 deletions
+5
-2
departManage.vue
src/views/systemManage/departManage.vue
+5
-2
No files found.
src/views/systemManage/departManage.vue
View file @
ee354647
...
@@ -16,7 +16,10 @@
...
@@ -16,7 +16,10 @@
>
>
<template
#
default=
"
{ node, data }">
<template
#
default=
"
{ node, data }">
<div
class=
"custom-tree-node"
>
<div
class=
"custom-tree-node"
>
<span
class=
"node-name"
>
{{
node
.
label
}}
</span>
<el-tooltip
:content=
"node.label"
placement=
"right"
>
<span
class=
"node-name"
>
{{
node
.
label
}}
</span>
</el-tooltip>
<el-dropdown>
<el-dropdown>
<span
class=
"el-dropdown-link"
>
<span
class=
"el-dropdown-link"
>
<i
class=
"iconfont icon-gengduo"
></i>
<i
class=
"iconfont icon-gengduo"
></i>
...
@@ -322,7 +325,7 @@ onMounted(() => {
...
@@ -322,7 +325,7 @@ onMounted(() => {
padding: 20px;
padding: 20px;
margin-right: 20px;
margin-right: 20px;
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
width:
270
px;
width:
333
px;
display: flex;
display: flex;
flex-direction: column;
flex-direction: column;
}
}
...
...
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