Toggle navigation
Toggle navigation
This project
Loading...
Sign in
monitor_v3
/
hg-monitor-web
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
zhangtianqi
3 years ago
Commit
329f27e1d069c56d9486625dde0b35ade2c0cb4d
1 parent
974ac27b
乙方运维树结构设置为‘手风琴’模式
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
hg-monitor-web-zj/src/main/resources/static/vue3/src/views/operationMaintenance/index.html
hg-monitor-web-zj/src/main/resources/static/vue3/src/views/operationMaintenance/index.html
View file @
329f27e
...
...
@@ -2,7 +2,7 @@
<el-row
:gutter=
"5"
>
<el-col
:span=
"4"
>
<div
class=
"cm-card"
:style=
"{'min-height':height+'px','max-height':height+'px','height':'100%','overflow-y':'auto','overflow-x':'hidden'}"
>
<el-tree
:data=
"dataSource"
:default-expanded-keys=
"[1]"
:props=
"defaultProps"
>
<el-tree
:data=
"dataSource"
accordion
:default-expanded-keys=
"[1]"
:props=
"defaultProps"
>
<template
#
default=
"{ node, data }"
>
<div
style=
" width: 100%;"
>
<div
style=
"width: 85%;max-width: 85%;overflow: hidden;text-overflow: ellipsis;text-align: left;"
@
click=
"handleNodeClick(data)"
:title=
"node.label"
>
...
...
Please
register
or
login
to post a comment