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
xwx
3 years ago
Commit
4635b0181154987f8ca8fc53c80c2994cc94e772
1 parent
7786e79d
资源类型选择框样式还原
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
hg-monitor-web-base/src/main/resources/static/vue3/src/components/common/inputrestypetree/index.html
hg-monitor-web-base/src/main/resources/static/vue3/src/components/common/inputrestypetree/index.html
View file @
4635b01
<div>
<el-select
@
visible-change=
"selectClose"
v-model=
"modelValueLabel"
:filter-method=
"selectFilterMethod"
style=
"min-width:
55
0px;"
:size=
"size"
placeholder=
"资源类型"
:filterable=
"isFilter"
clearable
style=
"min-width:
12
0px;"
:size=
"size"
placeholder=
"资源类型"
:filterable=
"isFilter"
clearable
:collapse-tags=
"true"
@
change=
"selectChangeMethod"
>
<el-option
:value=
"modelValue"
style=
"height: auto;padding: 0;"
>
<el-tree
ref=
"resTypeTree"
:data=
"list"
:check-on-click-node=
"true"
:default-expand-all=
"isDefaultAll"
...
...
Please
register
or
login
to post a comment